Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the IQueryDesigner after setting input parameters.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Function InitializeQueryDesigner As Boolean
'Usage
Dim instance As IQueryDesigner
Dim returnValue As Boolean
returnValue = instance.InitializeQueryDesigner()
bool InitializeQueryDesigner()
bool InitializeQueryDesigner()
abstract InitializeQueryDesigner : unit -> bool
function InitializeQueryDesigner() : boolean
Return Value
Type: System.Boolean