[This is preliminary documentation and is subject to change.]
The GenericReport type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GenericReport | 
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetFieldHeading | 
            Gets the heading of the particular field
              | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.  (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.) | |
| SetFieldHeading | 
            Sets the field heading
              | |
| ToString | Returns a String that represents the current Object.  (Inherited from Object.) | 
Fields
| Name | Description | |
|---|---|---|
| _marginRatio | 
            The default page margin ratio
              | |
| TotalPagePixel | 
            Total number of pixel on the page
              | 
Properties
| Name | Description | |
|---|---|---|
| FieldHeading | 
            The array of field headings
              | |
| LastActiveField | 
            The last active field
              | |
| MarginRatio | 
            The margin ratio of the page
              | |
| Position | 
            The position of the items on the page
              | |
| ReportCriteria | 
            The report criteria, this is creating some problems in the ODT so it is supressed.
              | |
| ReportDs | 
            The report dataset
              | |
| SortByFormula | 
            Sort by formula array
              | |
| TotalFormula | 
            The total formulas
              | |
| TotalLeft | 
            Total left position
              | |
| TotalWidth | 
            The total widths
              | 
