다음을 통해 공유


PageSection.PrintOnLastPage 속성

Indicates if the page section should be shown on the last page of the report.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property PrintOnLastPage As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As PageSection 
Dim value As Boolean 

value = instance.PrintOnLastPage

instance.PrintOnLastPage = value
public bool PrintOnLastPage { get; set; }
public:
property bool PrintOnLastPage {
    bool get ();
    void set (bool value);
}
member PrintOnLastPage : bool with get, set
function get PrintOnLastPage () : boolean 
function set PrintOnLastPage (value : boolean)

속성 값

유형: System.Boolean
A Boolean value.

참고 항목

참조

PageSection 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스