Partager via


Propriété MapSpatialElementTemplate.OffsetX

Gets the X offset in map coordinates for spatial elements to which the spatial element template is applied.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property OffsetX As ReportDoubleProperty 
    Get
'Utilisation
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

Valeur de propriété

Type : 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.

Voir aussi

Référence

MapSpatialElementTemplate Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering