Width 屬性
注意:此 API 已經過時。
Gets the width of the report.
命名空間: 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