Partager via


Propriété SyncMinimum

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property SyncMinimum As Boolean
    Get
    Set
'Utilisation
Dim instance As ChartAxis
Dim value As Boolean

value = instance.SyncMinimum

instance.SyncMinimum = value
public bool SyncMinimum { get; set; }
public:
property bool SyncMinimum {
    bool get ();
    void set (bool value);
}
member SyncMinimum : bool with get, set
function get SyncMinimum () : boolean
function set SyncMinimum (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean