Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether to suppress automatic update.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property SuppressAutoUpdate As Boolean
Get
Set
'Usage
Dim instance As QueryBase
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)
Eigenschaftswert
Typ: System.Boolean
true to suppress automatic update; otherwise, false.