Partilhar via


Propriedade do RDL TextRun.Instance

Gets the report instance object that contains the calculated values of this report definition object.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property Instance As TextRunInstance 
    Get
'Uso
Dim instance As TextRun 
Dim value As TextRunInstance 

value = instance.Instance
public abstract TextRunInstance Instance { get; }
public:
virtual property TextRunInstance^ Instance {
    TextRunInstance^ get () abstract;
}
abstract Instance : TextRunInstance
abstract function get Instance () : TextRunInstance

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
A TextRunInstance object.

Consulte também

Referência

TextRun Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering