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 the custom position for the chart area.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartElementPosition As ChartElementPosition
Get
Set
'Usage
Dim instance As ChartArea
Dim value As ChartElementPosition
value = instance.ChartElementPosition
instance.ChartElementPosition = value
public ChartElementPosition ChartElementPosition { get; set; }
public:
property ChartElementPosition^ ChartElementPosition {
ChartElementPosition^ get ();
void set (ChartElementPosition^ value);
}
member ChartElementPosition : ChartElementPosition with get, set
function get ChartElementPosition () : ChartElementPosition
function set ChartElementPosition (value : ChartElementPosition)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartElementPosition
A ChartElementPosition object.