ChartLegendColumnHeader.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 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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeaderInstance
A ChartLegendColumnHeaderInstance object that represents the report instance object that contains the calculated values of this report definition object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace