Sdílet prostřednictvím


ChartLegendCustomItem.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 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
A ChartLegendCustomItemInstance object that represents the report instance object that contains the calculated values of this report definition object.

See Also

Reference

ChartLegendCustomItem Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace