言語

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オブジェクトは、そのアイテムの幅を表します。

適用対象