ReportHeader Class |
Namespace: Intuit.Ipp.Data
[SerializableAttribute] public class ReportHeader
The ReportHeader type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReportHeader | Initializes a new instance of the ReportHeader class |
Name | Description | |
---|---|---|
![]() | AnyIntuitObject |
Specifies the product/service id (comma separeted) for which the report is run this is just the id, not a reference to a product/service object
|
![]() | Class |
Specifies the class id (comma separeted) for which the report is run this is just the id, not a reference to a class object
|
![]() | Currency |
Specifies the currency code associated with the report, note that this is one place where this is just the currency code, not a reference to a currency object
|
![]() | Customer |
Specifies the customer id (comma separeted) for which the report is run this is just the id, not a reference to a customer object
|
![]() | DateMacro |
Specifies the report name
|
![]() | Department |
Specifies the Department id (comma separeted) for which the report is run this is just the id, not a reference to a Department object
|
![]() | Employee |
Specifies the employee id (comma separeted) for which the report is run this is just the id, not a reference to a employee object
|
![]() | EndPeriod |
End Period for which the report was generated
|
![]() | Option |
Describes the options used for the report
|
![]() | ReportBasis |
Specifies the report is cash basis or accrual basis
|
![]() | ReportBasisSpecified | |
![]() | ReportName |
Specifies the report name
|
![]() | StartPeriod |
Start Period for which the report was generated
|
![]() | SummarizeColumnsBy |
Summarize columns by enumeration
|
![]() | Time |
Specifies the time at which report was generated
|
![]() | TimeSpecified | |
![]() | Vendor |
Specifies the vendor id (comma separeted) for which the report is run this is just the id, not a reference to a vendor object
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |