Back to Devexpress

ParameterBinding Constructors

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-parameterbinding-dot-ctor.md

latest1.6 KB
Original Source

ParameterBinding Constructors

Enables you to pass the value of a report parameter to a subreport placed in a another report.

NameParametersDescription
ParameterBinding()noneInitializes a new instance of the ParameterBinding class with the default settings.
ParameterBinding(String, Parameter)parameterName, parameterInitializes a new instance of the ParameterBinding class with the specified parameter settings.
ParameterBinding(String, Object, String)parameterName, dataSource, dataMemberInitializes a new instance of the ParameterBinding class with the specified parameter settings.

See Also

ParameterBinding Class

ParameterBinding Members

DevExpress.XtraReports.UI Namespace