Page.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