ReportItem.Width Property

Definition

Gets or sets the width of the item on the report, including a unit designator such as cm, mm, in, pt, or pc.

public:
 property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Width { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Width { get; set; }
member this.Width : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Width As ReportSize

Property Value

A ReportSize object that contains the width of the item on the report.

Remarks

For more information about unit designators, see CSS Length Units Reference.

Applies to