Back to Devexpress

XRControlParameter Class

xtrareports-devexpress-dot-xtrareports-dot-ui-8d9c2c3b.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class XRControlParameter :
    ParameterBindingBase,
    IMultiValueParameter,
    IParameter,
    IFilterParameter
vb
Public Class XRControlParameter
    Inherits ParameterBindingBase
    Implements IMultiValueParameter,
               IParameter,
               IFilterParameter

The following members return XRControlParameter objects:

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

See Also

XRChart.Parameters

XRCrossTab.Parameters

XRControlParameter Members

DevExpress.XtraReports.UI Namespace