ReportItem.Style プロパティ

定義

レポート項目に定義されたスタイルプロパティを取得したり設定したりします。

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

プロパティ値

レポート項目のスタイルに関する情報を含む Style オブジェクト。

適用対象