Partager via


Propriété Caption

Gets the calculated value of the Caption property in a ChartTitle class.

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

Syntaxe

'Déclaration
Public ReadOnly Property Caption As String
    Get
'Utilisation
Dim instance As ChartTitleInstance
Dim value As String

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

Valeur de propriété

Type : System. . :: . .String
A string value that represents the calculated value of the Caption property.