Partilhar via


Propriedade do RDL ChartAxis.SyncMaximum

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets whether the synchronization for the ChartAxis is at maximum.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property SyncMaximum As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
True if the synchronization for the ChartAxis is at maximum; otherwise, false.

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.RdlObjectModel