Share via


Page.Footer 속성

Gets or sets the value of the page's footer.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

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

value = instance.Footer

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

속성 값

유형: Microsoft.ReportingServices.ReportRendering.PageSection
A PageSection that represents the footer saved for the page.

참고 항목

참조

Page 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스