Skip to main content
A newer version of this page is available. .

DefaultValueParameterContainer.CopyTo(ClientParameterContainer, out Exception) Method

For internal use.

Namespace: DevExpress.DocumentServices.ServiceModel

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public bool CopyTo(
    ClientParameterContainer reportParameters,
    out Exception error
)

Parameters

Name Type
reportParameters DevExpress.DocumentServices.ServiceModel.Native.ClientParameterContainer
error Exception

Returns

Type
Boolean
See Also