Propriedade do RDL Location
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Location As ChartAxisLocation
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisLocation
A ChartAxisLocation value that represents the calculated value of the Location property.
Consulte também