Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.