Sdílet prostřednictvím


QueryBase.UseGenericDesigner Property

Gets or sets a value that indicates whether to use a generic designer.

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

Syntax

'Declaration
Public Property UseGenericDesigner As Boolean 
    Get 
    Set
'Usage
Dim instance As QueryBase 
Dim value As Boolean 

value = instance.UseGenericDesigner

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

Property Value

Type: System.Boolean
true to use a generic designer; otherwise, false.

See Also

Reference

QueryBase Class

Microsoft.ReportingServices.RdlObjectModel Namespace