Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.