Свойство Definition

Gets the definition class of this TextRunInstance.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Definition As TextRun
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TextRun
A TextRun object that represents the definition class of this TextRunInstance.