Freigeben über


ChartLegendColumn.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 ChartLegendColumnInstance 
    Get
'Usage
Dim instance As ChartLegendColumn 
Dim value As ChartLegendColumnInstance 

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

Eigenschaftswert

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

Siehe auch

Verweis

ChartLegendColumn Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace