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.