Partilhar via


Propriedade DockToChartArea

Name of the chart area on which to draw the title.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property DockToChartArea As String
    Get
    Set
'Uso
Dim instance As ChartTitle
Dim value As String

value = instance.DockToChartArea

instance.DockToChartArea = value
public string DockToChartArea { get; set; }
public:
property String^ DockToChartArea {
    String^ get ();
    void set (String^ value);
}
member DockToChartArea : string with get, set
function get DockToChartArea () : String
function set DockToChartArea (value : String)

Valor da propriedade

Tipo: System. . :: . .String
A string value.