Report.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