CompiledTextRunInstance.Style 属性

定义

获取 TextRun 定义对象的计算的样式,或者来自 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

属性值

StyleInstance

一个包含此 StyleInstance 的样式的 TextRunInstance 对象。

适用于