ReportItem.Style プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポート項目に定義されたスタイルプロパティを取得したり設定したりします。
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 オブジェクト。