次の方法で共有


BorderInstance.Width プロパティ

定義

Width クラスの Border プロパティの計算値を取得または設定します。 set アクセサーは、カスタム レポート アイテムを作成する場合にのみ使用できます。

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ Width { Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportSize Width { get; set; }
member this.Width : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize with get, set
Public Property Width As ReportSize

プロパティ値

ReportSize プロパティの計算値を表す Width 値。

適用対象