Partilhar via


Propriedade do RDL ChartLegend.DockToChartArea

Gets the name of the chart area on which to draw the legend.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property DockToChartArea As String 
    Get
'Uso
Dim instance As ChartLegend 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

ChartLegend Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering