Report.Width Property

Definition

Gets the width of the report.

public:
 property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Width { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Width { get; }
member this.Width : Microsoft.ReportingServices.ReportRendering.ReportSize
Public ReadOnly Property Width As ReportSize

Property Value

A ReportSize object containing the width of the report.

Applies to