General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
The page you are viewing does not exist in version 19.1. This link will take you to the root page.
18.2
The page you are viewing does not exist in version 18.2. This link will take you to the root page.
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
XRControlParameter Class
A control's parameter that enables you to pass values outside the control's data source.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v19.2.dll
Declaration
public class XRControlParameter :
ParameterBindingBase,
IMultiValueParameter,
IParameter,
IFilterParameter
Public Class XRControlParameter
Inherits ParameterBindingBase
Implements IMultiValueParameter,
IParameter,
IFilterParameter
Remarks
The XRChart and XRCrossTab controls can contain internal parameters. They allow you to pass values that are not available in the data sources assigned to these controls. You can bind these parameters to report parameters or to any data fields available in a report.
Each parameter is an XRControlParameter object and is stored in the XRChart.Parameters or XRCrossTab.Parameters collection, respectively.
Inheritance
Object
ParameterBindingBase
XRControlParameter
Implements
DevExpress.Data.IDataContainerBase
DevExpress.Data.IMultiValueParameter
DevExpress.XtraEditors.Filtering.IFilterParameter
See Also
Feedback