Report.Page Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use ReportSection.Page instead.
Gets the page layout information about the report.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::Page ^ Page { Microsoft::ReportingServices::OnDemandReportRendering::Page ^ get(); };
[System.Obsolete("Use ReportSection.Page instead.")]
public Microsoft.ReportingServices.OnDemandReportRendering.Page Page { get; }
[<System.Obsolete("Use ReportSection.Page instead.")>]
member this.Page : Microsoft.ReportingServices.OnDemandReportRendering.Page
Public ReadOnly Property Page As Page
Property Value
A Page object.
- Attributes