Share via


ReportItem.Width 属性

定义

获取或设置报表上该项的宽度,包括单位指示符,如 cmmminptpc

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

属性值

一个包含报表上该项的宽度的 ReportSize 对象。

注解

有关单元指定符的详细信息,请参阅 CSS 长度单位参考

适用于