Właściwość TextRunInstance.Definition
Pobiera klasy definicji TextRunInstance.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Definition As TextRun
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.TextRun
A TextRun obiekt, który reprezentuje klasę definicji TextRunInstance.
Zobacz także