Propriété Definition
Gets the definition class of this TextRunInstance.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Definition As TextRun
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TextRun
A TextRun object that represents the definition class of this TextRunInstance.
Voir aussi