PageFooter 속성
NeedsHeaderFooterEvaluation 속성이 false일 때 페이지 바닥글의 내용을 가져옵니다.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
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
페이지 바닥글을 포함하는 PageSection 개체를 반환합니다.