Share via


Report.Width Property

Note: This API is now obsolete.

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

See Also

Reference

Report Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace