Share via


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

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