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