最初のページに PageHeader オブジェクトと PageFooter オブジェクトのどちらを表示するかを示します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: 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 です。値が true の場合、ページ セクションは最初のページに表示されます。値が false の場合、ページ セクションは 2 ページ目に表示されます。