ReportItem.Width プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポート上の項目の幅を取得したり設定したりします。 cm、 mm、 in、 pt、 pcなどのユニット指定子も含みます。
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を参照してください。