次の方法で共有


PageSection.PrintOnLastPage プロパティ

最後のページに PageHeader オブジェクトと PageFooter オブジェクトのどちらを表示するかを示します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property PrintOnLastPage As Boolean 
    Get
'使用
Dim instance As PageSection 
Dim value As Boolean 

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

プロパティ値

型: System.Boolean
ページ セクションを最後のページに表示するかどうかを示す Boolean です。値が true の場合は、ページ セクションが最後のページに表示されます。

関連項目

参照

PageSection クラス

Microsoft.ReportingServices.ReportRendering 名前空間