다음을 통해 공유


ChartLegend.DockToChartArea 속성

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

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property DockToChartArea As String 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.String
A string value.

참고 항목

참조

ChartLegend 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스