ChartLegendColumn.Instance Property
This API supports the infrastructure and is not intended to be used directly from your code.
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