Sdílet prostřednictvím


QueryBase.AutoGenerated Property

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

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

Syntax

'Declaration
Public Property AutoGenerated As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

QueryBase Class

Microsoft.ReportingServices.RdlObjectModel Namespace