Propriété CategoryAxisName
Gets an expression that evaluates to the name of the category axis against which to plot this series.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property CategoryAxisName As ReportStringProperty
Get
'Utilisation
Dim instance As ChartSeries
Dim value As ReportStringProperty
value = instance.CategoryAxisName
public abstract ReportStringProperty CategoryAxisName { get; }
public:
virtual property ReportStringProperty^ CategoryAxisName {
ReportStringProperty^ get () abstract;
}
abstract CategoryAxisName : ReportStringProperty
abstract function get CategoryAxisName () : ReportStringProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Voir aussi