SupportsGenericQueryDesignerAttribute Constructor

Initializes a new instance of the SupportsGenericQueryDesignerAttribute class.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public Sub New ( _
    supportsGenericQueryDesigner As Boolean _
)
'Usage
Dim supportsGenericQueryDesigner As Boolean 

Dim instance As New SupportsGenericQueryDesignerAttribute(supportsGenericQueryDesigner)
public SupportsGenericQueryDesignerAttribute(
    bool supportsGenericQueryDesigner
)
public:
SupportsGenericQueryDesignerAttribute(
    bool supportsGenericQueryDesigner
)
new : 
        supportsGenericQueryDesigner:bool -> SupportsGenericQueryDesignerAttribute
public function SupportsGenericQueryDesignerAttribute(
    supportsGenericQueryDesigner : boolean
)

Parameters

See Also

Reference

SupportsGenericQueryDesignerAttribute Class

Microsoft.ReportingServices.Interfaces Namespace