Partager via


Propriété ChartMarker.Instance

Gets the report instance object that contains the calculated values of this report definition object.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Instance As ChartMarkerInstance 
    Get
'Utilisation
Dim instance As ChartMarker 
Dim value As ChartMarkerInstance 

value = instance.Instance
public ChartMarkerInstance Instance { get; }
public:
property ChartMarkerInstance^ Instance {
    ChartMarkerInstance^ get ();
}
member Instance : ChartMarkerInstance
function get Instance () : ChartMarkerInstance

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartMarkerInstance
A ChartMarkerInstance object.

Voir aussi

Référence

ChartMarker Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering