Back to Devexpress

IParameterContainer Interface

corelibraries-devexpress-dot-documentservices-dot-servicemodel-23e09184.md

latest1.3 KB
Original Source

IParameterContainer Interface

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

Namespace : DevExpress.DocumentServices.ServiceModel

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IParameterContainer :
    IEnumerable<IClientParameter>,
    IEnumerable
vb
Public Interface IParameterContainer
    Inherits IEnumerable(Of 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

IParameterContainer Members

IClientParameter

DevExpress.DocumentServices.ServiceModel Namespace