Proprietà ChartAxisInstance.Location
Gets the calculated value of the Location property in a ChartAxis class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Location As ChartAxisLocation
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisLocation
A ChartAxisLocation value that represents the calculated value of the Location property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering