ChartLegendCustomItem.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 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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemInstance