Report.Width-Eigenschaft
Hinweis: Diese API ist veraltet.
Gets the width of the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ReportSection.Width instead.")> _
Public ReadOnly Property Width As ReportSize
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace