言語

CompiledParagraphInstance.Style プロパティ

定義

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

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::StyleInstance ^ Style { Microsoft::ReportingServices::OnDemandReportRendering::StyleInstance ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.StyleInstance Style { get; }
member this.Style : Microsoft.ReportingServices.OnDemandReportRendering.StyleInstance
Public Overrides ReadOnly Property Style As StyleInstance

プロパティ値

このCompiledParagraphInstanceのスタイルを表すStyleInstanceオブジェクト。

適用対象