Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the name of a chart area with which to align this chart area.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property AlignWithChartArea As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string value.