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

IClientParameter Interface

If implemented by a class, provides the service contract to a report parameter on the client side.

Namespace: DevExpress.DocumentServices.ServiceModel

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

Declaration

public interface IClientParameter

The following members return IClientParameter objects:

Remarks

The IClientParameter class enables a Document Viewer to publish remotely generated reports.

See Also