Freigeben über


ChartLegendCustomItem.Instance-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
Public ReadOnly Property Instance As ChartLegendCustomItemInstance 
    Get
'Usage
Dim instance As ChartLegendCustomItem 
Dim value As ChartLegendCustomItemInstance 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemInstance
A ChartLegendCustomItemInstance object that represents the report instance object that contains the calculated values of this report definition object.

Siehe auch

Verweis

ChartLegendCustomItem Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace