Compartilhar via


Propriedade do RDL ChartAxis.Title

Gets the title of the axis.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Title As ChartAxisTitle 
    Get
'Uso
Dim instance As ChartAxis 
Dim value As ChartAxisTitle 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisTitle
A ChartAxisTitle object.

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering