SupportsGenericQueryDesignerAttribute(Boolean) Constructor

Definition

Initializes a new instance of the SupportsGenericQueryDesignerAttribute class.

public:
 SupportsGenericQueryDesignerAttribute(bool supportsGenericQueryDesigner);
public SupportsGenericQueryDesignerAttribute (bool supportsGenericQueryDesigner);
new Microsoft.ReportingServices.Interfaces.SupportsGenericQueryDesignerAttribute : bool -> Microsoft.ReportingServices.Interfaces.SupportsGenericQueryDesignerAttribute
Public Sub New (supportsGenericQueryDesigner As Boolean)

Parameters

supportsGenericQueryDesigner
Boolean

Whether the IQueryDesigner supports custom text mode.

Applies to