TextRunInstance.Definition Property
Gets the definition class of this TextRunInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Definition As TextRun
Get
'Usage
Dim instance As TextRunInstance
Dim value As TextRun
value = instance.Definition
public TextRun Definition { get; }
public:
property TextRun^ Definition {
TextRun^ get ();
}
member Definition : TextRun
function get Definition () : TextRun
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TextRun
A TextRun object that represents the definition class of this TextRunInstance.