QueryWizard Constructor (ClientConfig, Point) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new QueryWizard object
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public QueryWizard(
ClientConfig ClientConfig,
Point Location
)
Public Sub New (
ClientConfig As ClientConfig,
Location As Point
)
public:
QueryWizard(
ClientConfig^ ClientConfig,
Point Location
)
DataPAClientConfig.QueryWizard = function(ClientConfig, Location);
Parameters
- ClientConfig
- Type: DataPAClientConfigClientConfig
The ClientConfig object for this wizard - Location
- Type: System.DrawingPoint
The location to draw the screen
Remarks See Also