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

ReportSize 物件,其中包含項目在報表上的寬度。

備註

如需單位指示項的詳細資訊,請參閱CSS 長度單位參考

適用於