Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Name of the chart area on which to draw the title.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DockToChartArea As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value.