다음을 통해 공유


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.