Page 属性
Contains page layout information about the report.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Page As Page
Get
用法
Dim instance As Report
Dim value As Page
value = instance.Page
public Page Page { get; }
public:
property Page^ Page {
Page^ get ();
}
member Page : Page
function get Page () : Page
属性值
类型:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Page
A Page object.