次の方法で共有


PageSection.PrintOnFirstPage プロパティ

レポート セクションの最初のページにページ セクションを表示するかどうかを示す値を取得します。

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

構文

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

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

プロパティ値

型: System.Boolean
Boolean 値です。

関連項目

参照

PageSection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間