Skip to main content

DevExpress.XtraReports.Parameters Namespace

Contains classes that are used to handle parameters in XtraReports.

Assemblies: DevExpress.Data.v23.2.dll, DevExpress.Printing.v23.2.Core.dll

NuGet Packages: DevExpress.Data, DevExpress.Printing.Core

Classes

Name Description
CascadingParametersService For internal use.
DynamicListLookUpSettings Provides settings for the storage that contains the list of predefined parameter values.
GroupItemFluentBuilder Contains methods that allow you to create and customize a parameter group.
LookUpHelper static Contains methods that allow you to access parameter look-up values.
LookUpSettings The base class for classes that provide the look-up editor settings for report parameters.
LookUpValue A parameter’s value that is shown in its look-up editor for end-users.
LookUpValueCollection A collection of LookUpValue objects.
Parameter A report parameter.
ParameterCollection Represents a collection of Parameter objects.
ParameterInfo Represents a class containing information about a specific parameter and its editor.
ParameterItemFluentBuilder Contains methods that allow you to customize a parameter layout.
ParameterPanelFluentBuilderBase The base class for ParameterPanelFluentBuilder.
ParametersRequestEventArgs Provides data for the XtraReport.ParametersRequestBeforeShow and XtraReport.ParametersRequestSubmit events.
ParametersRequestValueChangedEventArgs Provides data for the XtraReport.ParametersRequestValueChanged event.
RangeBoundaryParameter The base class for the RangeStartParameter and RangeEndParameter classes.
RangeEndParameter A range parameter‘s nested end parameter in a report.
RangeParameterEditorOptions static A static class that provides access to the list of predefined ranges that are displayed in the date range parameter‘s editor in Print Preview.
RangeParametersSettings Provides the nested start and end parameters for a report‘s date range parameter.
RangeStartParameter A range parameter‘s nested start parameter in a report.
SeparatorItemFluentBuilder Contains methods that allow you to add a separator between parameters and groups.
StaticListLookUpSettings Provides access to a report parameter‘s list of static values.
ValueSourceSettings A base class for classes that specify a report parameter‘s predefined values.

Interfaces

Name Description
IParameterEditorValueProvider For internal use.

Structs

Name Description
Range<T> A predefined value range item.

Enums

Name Description
Orientation Lists orientation types for a report parameter and group.
ParameterType Specifies the type of the value that should be passed to a parameter.