다음을 통해 공유


PageFooter 속성

Gets the footer that is rendered at the bottom of a report section.

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

구문

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

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