ReportItem.Width 属性

定义

获取项的宽度。 仅对于线条允许负大小。

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

属性值

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

适用于