Partager via


Propriété ChartTitle.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 ChartTitleInstance 
    Get
'Utilisation
Dim instance As ChartTitle 
Dim value As ChartTitleInstance 

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

Valeur de propriété

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

Voir aussi

Référence

ChartTitle Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering