BorderInstance.Width Property

Definition

Gets or sets the calculated value of the Width property in a Border class. The set accessor can be used only when creating custom report items.

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

Property Value

A ReportSize value that represents the calculated value of the Width property.

Applies to