Back to Devexpress

ReportDesignExtension Class

xtrareports-devexpress-dot-xtrareports-dot-extensions.md

latest3.0 KB
Original Source

ReportDesignExtension Class

Enables you to serialize custom parameter types and other custom objects along with a report’s definition.

Namespace : DevExpress.XtraReports.Extensions

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public abstract class ReportDesignExtension :
    IRepositoryItemCreator,
    IDataSerializer
vb
Public MustInherit Class ReportDesignExtension
    Implements IRepositoryItemCreator,
               IDataSerializer

Remarks

To provide parameters of custom types to your report, you should create a custom report design extension, inherited from the ReportDesignExtension class.

Then, register the extension (using the ReportDesignExtension.RegisterExtension method) and associate the report with the custom extension (ReportDesignExtension.AssociateReportWithExtension).

To learn more, see Creating Custom Report Parameters.

Another scenario for using the ReportDesignExtension is the XML serialization of custom parameters and other objects.

Inheritance

Object ReportDesignExtension

See Also

ReportDesignExtension Members

Report Parameters of Custom Types

Store Report Layouts

XML Serialization

DevExpress.XtraReports.Extensions Namespace