Condividi tramite


Proprietà ChartDataLabel.Instance

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Instance As ChartDataLabelInstance 
    Get
'Utilizzo
Dim instance As ChartDataLabel 
Dim value As ChartDataLabelInstance 

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

Valore proprietà

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

Vedere anche

Riferimento

ChartDataLabel Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering