MapSpatialElementTemplate.OffsetY 屬性
Gets the Y offset in map coordinates for spatial elements to which the spatial element template is applied.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property OffsetY As ReportDoubleProperty
Get
'用途
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
屬性值
型別: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.