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.