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.