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.
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
- supportsGenericQueryDesigner
Type: System.Boolean
Whether the IQueryDesigner supports custom text mode.