Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets whether the synchronization for the ChartAxis is at maximum.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property SyncMaximum As Boolean
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As Boolean
value = instance.SyncMaximum
instance.SyncMaximum = value
public bool SyncMaximum { get; set; }
public:
property bool SyncMaximum {
bool get ();
void set (bool value);
}
member SyncMaximum : bool with get, set
function get SyncMaximum () : boolean
function set SyncMaximum (value : boolean)
Eigenschaftswert
Typ: System.Boolean
True if the synchronization for the ChartAxis is at maximum; otherwise, false.