Share via


IQueryDesigner.InitializeQueryDesigner Method

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