Open this page in the API Guide

ClientRequest Constructor

Initializes a new instance of the ClientRequest class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ClientRequest(
	Guid objectId,
	ICollection<ParameterValue> parameterValues,
	string clientData
)

Parameters

objectId
Type: System.Guid
The object ID.
parameterValues
Type: System.Collections.Generic.ICollection<ParameterValue>
The parameter values.
clientData
Type: System.String
Property bag for specific client data to be return unmodified with the result.
See Also