次の方法で共有


BorderInstance.Style プロパティ

定義

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

プロパティ値

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

適用対象