ChartTitle.ChartElementPosition 属性

Defines a custom position for the title.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ChartElementPosition As ChartElementPosition
    Get
    Set
用法
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)