Partager via


Propriété DockToChartArea

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DockToChartArea As String
    Get
    Set
'Utilisation
Dim instance As ChartLegend
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)

Valeur de propriété

Type : System. . :: . .String
A string value.