MapSpatialElementTemplate.OffsetX 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property OffsetX As ReportExpression(Of Double)
    Get
    Set
用法
Dim instance As MapSpatialElementTemplate
Dim value As ReportExpression(Of Double)

value = instance.OffsetX

instance.OffsetX = value
public ReportExpression<double> OffsetX { get; set; }
public:
property ReportExpression<double> OffsetX {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member OffsetX : ReportExpression<float> with get, set
function get OffsetX () : ReportExpression<double>
function set OffsetX (value : ReportExpression<double>)