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 Location property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Location As ChartAxisLocation
Get
'Usage
Dim instance As ChartAxisInstance
Dim value As ChartAxisLocation
value = instance.Location
public ChartAxisLocation Location { get; }
public:
property ChartAxisLocation Location {
ChartAxisLocation get ();
}
member Location : ChartAxisLocation
function get Location () : ChartAxisLocation
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisLocation
A ChartAxisLocation value that represents the calculated value of the Location property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace