Page Property (ReportSectionBase)
In This Topic
Gets the page descriptor of the report section.
Syntax
'Declaration
Public MustOverride ReadOnly Property Page As PageBase
public abstract PageBase Page {get;}
Property Value
A
PageBase representing the page descriptor of the report section.
See Also