Position-Eigenschaft
The position of the title.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Position As ReportExpression(Of ChartPositions)
Get
Set
'Usage
Dim instance As ChartTitle
Dim value As ReportExpression(Of ChartPositions)
value = instance.Position
instance.Position = value
public ReportExpression<ChartPositions> Position { get; set; }
public:
property ReportExpression<ChartPositions> Position {
ReportExpression<ChartPositions> get ();
void set (ReportExpression<ChartPositions> value);
}
member Position : ReportExpression<ChartPositions> with get, set
function get Position () : ReportExpression<ChartPositions>
function set Position (value : ReportExpression<ChartPositions>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartPositions> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.