言語

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 Length Units Referenceを参照してください。

適用対象