SupportsGenericQueryDesignerAttribute(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.