MapSpatialElementTemplate.OffsetY Propiedad
Gets the Y offset in map coordinates for spatial elements to which the spatial element template is applied.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property OffsetY As ReportDoubleProperty
Get
'Uso
Dim instance As MapSpatialElementTemplate
Dim value As ReportDoubleProperty
value = instance.OffsetY
public ReportDoubleProperty OffsetY { get; }
public:
property ReportDoubleProperty^ OffsetY {
ReportDoubleProperty^ get ();
}
member OffsetY : ReportDoubleProperty
function get OffsetY () : ReportDoubleProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the Y offset in map coordinates for spatial elements to which the spatial element template is applied.
Vea también
Referencia
MapSpatialElementTemplate Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering