Sdílet prostřednictvím


ChartAxisInstance.Location Property

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

ChartAxisInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace