次の方法で共有


CompiledParagraphInstance.Style プロパティ

Paragraph 定義オブジェクトの計算されたスタイル情報、または HTML から解析されたスタイル値のどちらかが存在する場合に、どちらかを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.StyleInstance
この CompiledParagraphInstance のスタイルを表す StyleInstance オブジェクト。

関連項目

参照

CompiledParagraphInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間