言語

BorderInstance.Style プロパティ

定義

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

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

プロパティ値

Styleプロパティの計算値を表すBorderStyles値です。

適用対象