Condividi tramite


Proprietà QueryBase.AutoGenerated

Gets or sets a value that indicates whether this query is automatically generated.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property AutoGenerated As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As QueryBase 
Dim value As Boolean 

value = instance.AutoGenerated

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

Valore proprietà

Tipo: System.Boolean
true if this query is automatically generated; otherwise, false.

Vedere anche

Riferimento

QueryBase Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel