Page.PageWidth プロパティ
物理的なページ指向のレンダラーでレポートを表示するときの既定の幅を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property PageWidth As ReportSize
Get
'使用
Dim instance As Page
Dim value As ReportSize
value = instance.PageWidth
public ReportSize PageWidth { get; }
public:
property ReportSize^ PageWidth {
ReportSize^ get ();
}
member PageWidth : ReportSize
function get PageWidth () : ReportSize
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
ReportSize オブジェクトです。