共用方式為


PageFooter 屬性

The footer that is rendered at the bottom of each page of the report.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property PageFooter As PageSection
    Get
    Set
'用途
Dim instance As Page
Dim value As PageSection

value = instance.PageFooter

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