Propriedade do RDL ChartLegendColumn.Instance
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the report instance object that contains the calculated values of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Instance As ChartLegendColumnInstance
Get
'Uso
Dim instance As ChartLegendColumn
Dim value As ChartLegendColumnInstance
value = instance.Instance
public ChartLegendColumnInstance Instance { get; }
public:
property ChartLegendColumnInstance^ Instance {
ChartLegendColumnInstance^ get ();
}
member Instance : ChartLegendColumnInstance
function get Instance () : ChartLegendColumnInstance
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnInstance
A ChartLegendColumnInstance object that represents the report instance object that contains the calculated values of this report definition object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering