Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now obsolete.
Gets the page layout information about the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ReportSection.Page instead.")> _
Public ReadOnly Property Page As Page
Get
'Usage
Dim instance As Report
Dim value As Page
value = instance.Page
[ObsoleteAttribute("Use ReportSection.Page instead.")]
public Page Page { get; }
[ObsoleteAttribute(L"Use ReportSection.Page instead.")]
public:
property Page^ Page {
Page^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Page instead.")>]
member Page : Page
function get Page () : Page
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Page
A Page object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace