TextRunInstance.Definition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.