Skip to main content

ReportParameter.Assign(ReportParameter) Method

Assigns the settings of a specified parameter to the current parameter.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void Assign(
    ReportParameter reportParameter
)

Parameters

Name Type Description
reportParameter ReportParameter

A ReportParameter object whose settings to assign to the current parameter.

See Also