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

XtraSchedulerReport Class

Represents the base class for a report in the XtraScheduler Suite.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

[RootClass]
[XRDesigner("DevExpress.XtraScheduler.Reporting.Design.SchedulerReportDesigner,DevExpress.XtraScheduler.v24.2.Reporting.Extensions", typeof(IRootDesigner))]
public class XtraSchedulerReport :
    XtraReport,
    ISchedulerReport,
    IReport,
    IDocumentSource,
    ILink,
    IComponent,
    IDisposable,
    IServiceProvider,
    IExtensionsProvider,
    IXtraSupportShouldSerializeCollectionItem

#Remarks

The XtraSchedulerReport is a base class of any XtraScheduler report. It contains a DetailBand with XtraReports controls and XtraScheduler reporting controls on it. The XtraSchedulerReport class defines the structure of a report, and has the properties and methods which are required to create a document, and then preview, print or export it.

The Visual Studio Report Designer for the newly created XtraSchedulerReport report is illustrated in the following image.

Reporting - Empty Designer

For more information on creating an XtraSchedulerReport at design time, review the How to: Print a Scheduler Using a Report Preview (Step-by-Step Guide) document.

See Also