Partager via


Propriété AutoGenerated

Indicates whether this query is automatically generated.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property AutoGenerated As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.