Udostępnij przez


Właściwość ChartDataPointValues.Instance

Pobiera obiekt wystąpienie raport, który zawiera obliczone wartości tego obiektu definicja raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Instance As ChartDataPointValuesInstance
    Get
'Użycie
Dim instance As ChartDataPointValues
Dim value As ChartDataPointValuesInstance

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