Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the name of a chart area with which to align this chart area.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AlignWithChartArea As String
Get
Set
'Usage
Dim instance As ChartArea
Dim value As String
value = instance.AlignWithChartArea
instance.AlignWithChartArea = value
public string AlignWithChartArea { get; set; }
public:
property String^ AlignWithChartArea {
String^ get ();
void set (String^ value);
}
member AlignWithChartArea : string with get, set
function get AlignWithChartArea () : String
function set AlignWithChartArea (value : String)
Property Value
Type: System.String
A string value.