Propriedade do RDL ChartSeries.CategoryAxisName
Gets an expression that evaluates to the name of the category axis against which to plot this series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property CategoryAxisName As ReportStringProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering