ChartAxisTitle.Caption Property
Caption of the title.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Caption As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.