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.