SupportsGenericQueryDesignerAttribute 建構函式
Initializes a new instance of the SupportsGenericQueryDesignerAttribute class.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)
語法
'宣告
Public Sub New ( _
supportsGenericQueryDesigner As Boolean _
)
'用途
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
)
參數
- supportsGenericQueryDesigner
型別:System. . :: . .Boolean
Whether the IQueryDesigner supports custom text mode.