Propriedade do RDL MapSpatialElementTemplate.OffsetX
Gets the X offset in map coordinates for spatial elements to which the spatial element template is applied.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property OffsetX As ReportDoubleProperty
Get
'Uso
Dim instance As MapSpatialElementTemplate
Dim value As ReportDoubleProperty
value = instance.OffsetX
public ReportDoubleProperty OffsetX { get; }
public:
property ReportDoubleProperty^ OffsetX {
ReportDoubleProperty^ get ();
}
member OffsetX : ReportDoubleProperty
function get OffsetX () : ReportDoubleProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the X offset in map coordinates for spatial elements to which the spatial element template is applied.
Consulte também
Referência
MapSpatialElementTemplate Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering