次の方法で共有


ReportItem.Style プロパティ

このレポート定義オブジェクトのスタイル プロパティを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides ReadOnly Property Style As Style 
    Get
'使用
Dim instance As ReportItem 
Dim value As Style 

value = instance.Style
public override Style Style { get; }
public:
virtual property Style^ Style {
    Style^ get () override;
}
abstract Style : Style 
override Style : Style
override function get Style () : Style

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Style
このレポート定義オブジェクトのスタイル プロパティを表す Style オブジェクト。

実装

IROMStyleDefinitionContainer.Style

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間