MapSpatialElementTemplate.OffsetX 属性

Gets the X 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 OffsetX As ReportDoubleProperty 
    Get
用法
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

属性值

类型: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.

请参阅

参考

MapSpatialElementTemplate 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间