Свойство 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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering