Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the position of the dockable item in the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Position As ReportExpression(Of MapPositions)
Get
Set
'Usage
Dim instance As MapDockableSubItem
Dim value As ReportExpression(Of MapPositions)
value = instance.Position
instance.Position = value
public ReportExpression<MapPositions> Position { get; set; }
public:
property ReportExpression<MapPositions> Position {
ReportExpression<MapPositions> get ();
void set (ReportExpression<MapPositions> value);
}
member Position : ReportExpression<MapPositions> with get, set
function get Position () : ReportExpression<MapPositions>
function set Position (value : ReportExpression<MapPositions>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapPositions>
A ReportExpression<T> object.