Report.Width Property

Definition

Caution

Use ReportSection.Width instead.

Gets the width of the report.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ Width { Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ get(); };
[System.Obsolete("Use ReportSection.Width instead.")]
public Microsoft.ReportingServices.OnDemandReportRendering.ReportSize Width { get; }
[<System.Obsolete("Use ReportSection.Width instead.")>]
member this.Width : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public ReadOnly Property Width As ReportSize

Property Value

A ReportSize object.

Attributes

Applies to