ClientRequest Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ClientRequest(
	Guid objectId,
	ICollection<ParameterValue> parameterValues,
	string clientData
)
Public Sub New ( 
	objectId As Guid,
	parameterValues As ICollection(Of ParameterValue),
	clientData As String
)
public:
ClientRequest(
	Guid objectId, 
	ICollection<ParameterValue^>^ parameterValues, 
	String^ clientData
)
new : 
        objectId : Guid * 
        parameterValues : ICollection<ParameterValue> * 
        clientData : string -> ClientRequestParameters
- objectId
 - Type: SystemGuid
The object ID. - parameterValues
 - Type: System.Collections.GenericICollectionParameterValue
The parameter values. - clientData
 - Type: SystemString
Property bag for specific client data to be return unmodified with the result. 
See Also