TextRunInstance.Definition Property

Definition

Gets the definition class of this TextRunInstance.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ Definition { Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.TextRun Definition { get; }
member this.Definition : Microsoft.ReportingServices.OnDemandReportRendering.TextRun
Public ReadOnly Property Definition As TextRun

Property Value

A TextRun object that represents the definition class of this TextRunInstance.

Applies to