Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the title of the axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Title As ChartAxisTitle
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisTitle
A ChartAxisTitle object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace