Back to Devexpress

XtraSchedulerReport Class

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-cd7fc13f.md

latest5.8 KB
Original Source

XtraSchedulerReport Class

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[RootClass]
[XRDesigner("DevExpress.XtraScheduler.Reporting.Design.SchedulerReportDesigner,DevExpress.XtraScheduler.v25.2.Reporting.Extensions", typeof(IRootDesigner))]
public class XtraSchedulerReport :
    XtraReport,
    ISchedulerReport,
    IReport,
    IDocumentSource,
    ILink,
    IComponent,
    IDisposable,
    IServiceProvider,
    IExtensionsProvider,
    IXtraSupportShouldSerializeCollectionItem
vb
<XRDesigner("DevExpress.XtraScheduler.Reporting.Design.SchedulerReportDesigner,DevExpress.XtraScheduler.v25.2.Reporting.Extensions", GetType(IRootDesigner))>
<RootClass>
Public Class XtraSchedulerReport
    Inherits XtraReport
    Implements 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.

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.

Inheritance

Object MarshalByRefObject Component XRControl Band XtraReportBase XtraReport XtraSchedulerReport

Extension Methods

Show 15 items

AssignPrintTool(ReportPrintTool)

ShowPreview()

ShowPreviewDialog()

ShowPreview(UserLookAndFeel)

ShowPreviewDialog(UserLookAndFeel)

ClosePreview()

ShowRibbonPreview()

ShowRibbonPreviewDialog()

ShowRibbonPreview(UserLookAndFeel)

ShowRibbonPreviewDialog(UserLookAndFeel)

CloseRibbonPreview()

Print()

Print(String)

PrintDialog()

ShowPageSetupDialog()

See Also

XtraSchedulerReport Members

Reports

DevExpress.XtraScheduler.Reporting Namespace