言語

BorderInstance.Width プロパティ

定義

BorderクラスにおけるWidthプロパティの計算値を取得または設定します。 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

プロパティ値

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

適用対象