Click or drag to resize
ReportHeader Class
Specifies the Header of a Report, Time report was generated, parameters corresponding to the request
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.DataReportHeader

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ReportHeader

The ReportHeader type exposes the following members.

Constructors
  NameDescription
Public methodReportHeader
Initializes a new instance of the ReportHeader class
Top
Properties
  NameDescription
Public propertyAnyIntuitObject
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
Public propertyClass
Specifies the class id (comma separeted) for which the report is run this is just the id, not a reference to a class object
Public propertyCurrency
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
Public propertyCustomer
Specifies the customer id (comma separeted) for which the report is run this is just the id, not a reference to a customer object
Public propertyDateMacro
Specifies the report name
Public propertyDepartment
Specifies the Department id (comma separeted) for which the report is run this is just the id, not a reference to a Department object
Public propertyEmployee
Specifies the employee id (comma separeted) for which the report is run this is just the id, not a reference to a employee object
Public propertyEndPeriod
End Period for which the report was generated
Public propertyOption
Describes the options used for the report
Public propertyReportBasis
Specifies the report is cash basis or accrual basis
Public propertyReportBasisSpecified
Public propertyReportName
Specifies the report name
Public propertyStartPeriod
Start Period for which the report was generated
Public propertySummarizeColumnsBy
Summarize columns by enumeration
Public propertyTime
Specifies the time at which report was generated
Public propertyTimeSpecified
Public propertyVendor
Specifies the vendor id (comma separeted) for which the report is run this is just the id, not a reference to a vendor object
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
Remarks
See Also