Proprietà ChartLegendColumn.Instance
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the report instance object that contains the calculated values of this report definition object.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Instance As ChartLegendColumnInstance
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnInstance
A ChartLegendColumnInstance object that represents the report instance object that contains the calculated values of this report definition object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering