Proprietà ChartAxis.SyncMaximum
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets whether the synchronization for the ChartAxis is at maximum.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property SyncMaximum As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
True if the synchronization for the ChartAxis is at maximum; otherwise, false.