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 the calculated value of the AxisLabel property in a ChartEmptyPoints class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property AxisLabel As Object
Get
'Usage
Dim instance As ChartEmptyPointsInstance
Dim value As Object
value = instance.AxisLabel
public Object AxisLabel { get; }
public:
property Object^ AxisLabel {
Object^ get ();
}
member AxisLabel : Object
function get AxisLabel () : Object
Property Value
Type: System.Object
An object that represents the calculated value of the AxisLabel property.
See Also
Reference
ChartEmptyPointsInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace