Share via


ChartLegendColumn.Instance Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

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

See Also

Reference

ChartLegendColumn Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace