Partager via


Propriété ChartAxisTitle.Caption

Gets an expression that evaluates to the caption of the title.

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

Syntaxe

'Déclaration
Public ReadOnly Property Caption As ReportStringProperty 
    Get
'Utilisation
Dim instance As ChartAxisTitle 
Dim value As ReportStringProperty 

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

Valeur de propriété

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

Voir aussi

Référence

ChartAxisTitle Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering