Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a custom position for the title.
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 ChartTitle
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.