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

IParameterContainer Interface

If implemented by a class, provides information about report parameters.

Namespace: DevExpress.DocumentServices.ServiceModel

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

Declaration

public interface IParameterContainer :
    IEnumerable<IClientParameter>,
    IEnumerable

The following members return IParameterContainer objects:

Remarks

The IParameterContainer interface provides the parameter container contract of a report on the client, which is used when the report is being published remotely.

See Also