ChartLegendCustomItemCell.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 ChartLegendCustomItemCellInstance
Get
'Usage
Dim instance As ChartLegendCustomItemCell
Dim value As ChartLegendCustomItemCellInstance
value = instance.Instance
public ChartLegendCustomItemCellInstance Instance { get; }
public:
property ChartLegendCustomItemCellInstance^ Instance {
ChartLegendCustomItemCellInstance^ get ();
}
member Instance : ChartLegendCustomItemCellInstance
function get Instance () : ChartLegendCustomItemCellInstance
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellInstance
A ChartLegendCustomItemInstance object that represents the report instance object that contains the calculated values of this report definition object.
See Also
Reference
ChartLegendCustomItemCell Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace