Propriedade Definition
Gets the definition class of this TextRunInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Definition As TextRun
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TextRun
A TextRun object that represents the definition class of this TextRunInstance.
Consulte também