SuppressAutoUpdate propriété
Indicates whether to suppress automatic update.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property SuppressAutoUpdate As Boolean
Get
Set
'Utilisation
Dim instance As Query
Dim value As Boolean
value = instance.SuppressAutoUpdate
instance.SuppressAutoUpdate = value
public bool SuppressAutoUpdate { get; set; }
public:
property bool SuppressAutoUpdate {
bool get ();
void set (bool value);
}
member SuppressAutoUpdate : bool with get, set
function get SuppressAutoUpdate () : boolean
function set SuppressAutoUpdate (value : boolean)
Valeur de la propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi