Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets page layout information about the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Page As Page
Get
'Usage
Dim instance As ReportSection
Dim value As Page
value = instance.Page
public Page Page { get; }
public:
property Page^ Page {
Page^ get ();
}
member Page : Page
function get Page () : Page
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Page
A Page object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace