CompiledParagraphInstance.Style Property

Definition

Gets calculated the style information of the Paragraph definition object, or the parsed style values from the HTML, if any are present.

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

Property Value

A StyleInstance object that represents the style of this CompiledParagraphInstance.

Applies to