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

ReportParameter.Assign(ReportParameter) Method

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

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

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