Footer 属性

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

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
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.