Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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