Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.XtraReports Namespace

In This Article

Contains classes that implement functionality specific to XtraReports.

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Classes

Name Description
DataRetrievalException An exception thrown on catching a AggregateException while filling the report data source.
DataSourceManager static Contains methods that allow you to manage report data sources at runtime.
DefaultBindablePropertyAttribute Enables you to make a custom property the default property to bind a XRControl descendant when dropping a Field List item on the control.
ReportInitializer For internal use.
ScriptExecutionException An exception thrown on raising an error while executing report scripts.
ScriptSecurityPermission A security permission applied during execution of report scripts.
ScriptSecurityPermissionCollection A collection of ScriptSecurityPermission objects.
SRCategoryAttribute Enables you to specify the Properties window category where a custom property should be placed.

#Interfaces

Name Description
IScriptable If implemented, enables you to assign scripts to a report control.

#Enums

Name Description
ScriptLanguage Specifies the scripting language in which all the scripts in this XtraReport object are written. All the scripts in a report object have to be in the same language.