Costruttore SupportsGenericQueryDesignerAttribute
Initializes a new instance of the SupportsGenericQueryDesignerAttribute class.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
supportsGenericQueryDesigner As Boolean _
)
'Utilizzo
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
)
Parametri
- supportsGenericQueryDesigner
Tipo: System. . :: . .Boolean
Whether the IQueryDesigner supports custom text mode.