Propriété SyncMaximum
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 SyncMaximum As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean