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

ParametersBinding Class

When scheduling a billing statement, enables you to specify a data model that contains a query, table or view storing recipient emails.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DataContract]
public class ParametersBinding

The following members return ParametersBinding objects:

Remarks

An object of the ParametersBinding type is returned by the SchedulerParameters.Binding property.

For a code sample, see the following example online: Report Server - How to manage scheduled jobs from a Windows Forms application.

Inheritance

Object
ParametersBinding
See Also