Share via


BorderInstance.Width 属性

定义

获取或设置 Width 类中 Border 属性的计算值。 set 取值函数只能在创建自定义报表项时使用。

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

属性值

一个 ReportSize 值,该值表示 Width 属性的计算值。

适用于