Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the name of the value axis against which to plot this series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ValueAxisName As ReportStringProperty
Get
'Usage
Dim instance As ChartSeries
Dim value As ReportStringProperty
value = instance.ValueAxisName
public abstract ReportStringProperty ValueAxisName { get; }
public:
virtual property ReportStringProperty^ ValueAxisName {
ReportStringProperty^ get () abstract;
}
abstract ValueAxisName : ReportStringProperty
abstract function get ValueAxisName () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace