다음을 통해 공유


Page.PageFooter 속성

Gets or sets the footer that is rendered at the bottom of each page of the report.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property PageFooter As PageSection 
    Get 
    Set
‘사용 방법
Dim instance As Page 
Dim value As PageSection 

value = instance.PageFooter

instance.PageFooter = value
public PageSection PageFooter { get; set; }
public:
property PageSection^ PageFooter {
    PageSection^ get ();
    void set (PageSection^ value);
}
member PageFooter : PageSection with get, set
function get PageFooter () : PageSection 
function set PageFooter (value : PageSection)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.PageSection
A PageSection object.

참고 항목

참조

Page 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스