CustomReportItem.Width 属性

定义

获取项的宽度。

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

属性值

ReportSize

一个表示项的宽度的 ReportSize 对象。

适用于