TBasedxReportLink.StartPageIndex Property
In This Article
Determines the index of the first report page.
#Declaration
Delphi
property StartPageIndex: Integer read; write; default 1;
#Property Value
Type | Default |
---|---|
Integer | 1 |
#Remarks
Use the StartPageIndex property to determine the number of the page from which page numeration begins in a report for the current report link.
The default value of this property is 1.
See Also