Partilhar via


Propriedade do RDL SuppressAutoUpdate

Indicates whether to suppress automatic update.

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

Sintaxe

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

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean value.