PageHeader 屬性
Gets the header that is rendered at the top of a report section.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property PageHeader As PageSection
Get
'用途
Dim instance As Page
Dim value As PageSection
value = instance.PageHeader
public PageSection PageHeader { get; }
public:
property PageSection^ PageHeader {
PageSection^ get ();
}
member PageHeader : PageSection
function get PageHeader () : PageSection