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.
Position of the label.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Position As ReportExpression(Of ChartDataLabelPositions)
Get
Set
'Usage
Dim instance As ChartDataLabel
Dim value As ReportExpression(Of ChartDataLabelPositions)
value = instance.Position
instance.Position = value
public ReportExpression<ChartDataLabelPositions> Position { get; set; }
public:
property ReportExpression<ChartDataLabelPositions> Position {
ReportExpression<ChartDataLabelPositions> get ();
void set (ReportExpression<ChartDataLabelPositions> value);
}
member Position : ReportExpression<ChartDataLabelPositions> with get, set
function get Position () : ReportExpression<ChartDataLabelPositions>
function set Position (value : ReportExpression<ChartDataLabelPositions>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartDataLabelPositions>
A ReportExpression<T> object.