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.