次の方法で共有


PageBreak.BreakLocation プロパティ

改ページする場所を示す値を取得します。

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

構文

'宣言
Public ReadOnly Property BreakLocation As PageBreakLocation 
    Get
'使用
Dim instance As PageBreak 
Dim value As PageBreakLocation 

value = instance.BreakLocation
public PageBreakLocation BreakLocation { get; }
public:
property PageBreakLocation BreakLocation {
    PageBreakLocation get ();
}
member BreakLocation : PageBreakLocation
function get BreakLocation () : PageBreakLocation

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.PageBreakLocation
PageBreakLocation オブジェクト。

関連項目

参照

PageBreak クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間