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

SchedulerControlPrintAdapter.SetSourceObject(Object) Method

Specifies the correct scheduling source, irrespective of its type.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

public override void SetSourceObject(
    object sourceObject
)

#Parameters

Name Type Description
sourceObject Object

A SchedulerStorage or the SchedulerControl object.

#Remarks

The SetSourceObject method overrides the SchedulerPrintAdapter.SetSourceObject method of the base class, and is intended for use when the report is loaded from a layout with an unknown type of scheduler adapter.

See Also