Udostępnij przez


Właściwość ChartItemInLegend.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 ChartItemInLegendInstance
    Get
'Użycie
Dim instance As ChartItemInLegend
Dim value As ChartItemInLegendInstance

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