Report.Width プロパティ
メモ: この API は、互換性のために残されています。
レポートの幅を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
<ObsoleteAttribute("Use ReportSection.Width instead.")> _
Public ReadOnly Property Width As ReportSize
Get
'使用
Dim instance As Report
Dim value As ReportSize
value = instance.Width
[ObsoleteAttribute("Use ReportSection.Width instead.")]
public ReportSize Width { get; }
[ObsoleteAttribute(L"Use ReportSection.Width instead.")]
public:
property ReportSize^ Width {
ReportSize^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Width instead.")>]
member Width : ReportSize
function get Width () : ReportSize
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
ReportSize オブジェクト。