Back to Devexpress

ReportGalleryDockPanel Class

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-5d5cc77e.md

latest3.2 KB
Original Source

ReportGalleryDockPanel Class

The Report Gallery dock panel that allows you to store common report controls, styles, data sources and full report layouts, and re-use them in different reports.

Namespace : DevExpress.XtraReports.UserDesigner

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public class ReportGalleryDockPanel :
    TypedDesignDockPanel,
    IReportGalleryService
vb
Public Class ReportGalleryDockPanel
    Inherits TypedDesignDockPanel
    Implements IReportGalleryService

Remarks

The Report Gallery enables you to create frequently used templates and apply them afterward to other reports.

An instance of the ReportGalleryDockPanel class is created when initializing the XRDesignDockManager component. To access the ReportGalleryDockPanel by specifying its type, name, or index in the XRDesignDockManager.DesignDockPanels collection, use the XRDesignDockManager.Item property with the DesignDockPanelType.ReportGallery parameter.

Inheritance

Show 12 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl ZIndexControl DockPanel DesignDockPanel TypedDesignDockPanelBase TypedDesignDockPanel ReportGalleryDockPanel

See Also

ReportGalleryDockPanel Members

Report Gallery

DevExpress.XtraReports.UserDesigner Namespace