Skip to main content

IParameterContainer Interface

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

Namespace: DevExpress.DocumentServices.ServiceModel

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

NuGet Package: DevExpress.Printing.Core

Declaration

public interface IParameterContainer :
    IEnumerable<IClientParameter>,
    IEnumerable

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