다음을 통해 공유


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