Condividi tramite


Proprietà ChartLegendColumnHeader.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 ChartLegendColumnHeaderInstance 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnHeaderInstance
A ChartLegendColumnHeaderInstance object that represents the report instance object that contains the calculated values of this report definition object.

Vedere anche

Riferimento

ChartLegendColumnHeader Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering