다음을 통해 공유


Footer 속성

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

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

구문

‘선언
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.