Proprietà ChartAxisTitleInstance.Caption
Gets the calculated value of the Caption property in a ChartAxisTitle class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Caption As String
Get
'Utilizzo
Dim instance As ChartAxisTitleInstance
Dim value As String
value = instance.Caption
public string Caption { get; }
public:
property String^ Caption {
String^ get ();
}
member Caption : string
function get Caption () : String
Valore proprietà
Tipo: System.String
A string value that represents the calculated value of the Caption property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering