共用方式為


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