Struct TotalPage
Structure containing a reference to pagecount object, the number of pages is not known until the report is finished, so when the report is finished, all the references to PAGECOUNT special variable are updated
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public struct TotalPage
Fields
DisplayFormat
Display format used in the display of the total page number
Declaration
public string DisplayFormat
Field Value
| Type | Description |
|---|---|
| string |
ObjectIndex
Object index in object array inside the MetaPage
Declaration
public int ObjectIndex
Field Value
| Type | Description |
|---|---|
| int |
PageIndex
Page index in page collection inside the MetaFile
Declaration
public int PageIndex
Field Value
| Type | Description |
|---|---|
| int |