Compartilhar via


Propriedade do RDL PinLabel.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 ReadOnly Property Instance As PinLabelInstance 
    Get
'Uso
Dim instance As PinLabel 
Dim value As PinLabelInstance 

value = instance.Instance
public PinLabelInstance Instance { get; }
public:
property PinLabelInstance^ Instance {
    PinLabelInstance^ get ();
}
member Instance : PinLabelInstance
function get Instance () : PinLabelInstance

Valor da propriedade

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

Consulte também

Referência

PinLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering