ReportSection.Page 屬性
Gets 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 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
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.Page
A Page object.