다음을 통해 공유


PageFooter 속성

Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is false.

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

구문

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

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

속성 값

형식: Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Returns a PageSection object containing the page footer.