Свойство Page.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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.PageSection
A PageSection object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering