Page.PageHeader 属性
The header that is rendered at the top of each page of the report.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property PageHeader As PageSection
Get
Set
用法
Dim instance As Page
Dim value As PageSection
value = instance.PageHeader
instance.PageHeader = value
public PageSection PageHeader { get; set; }
public:
property PageSection^ PageHeader {
PageSection^ get ();
void set (PageSection^ value);
}
member PageHeader : PageSection with get, set
function get PageHeader () : PageSection
function set PageHeader (value : PageSection)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel.PageSection
A PageSection object.