Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace