SchedulerControlPrintAdapter.SetSourceObject(Object) Method
Specifies the correct scheduling source, irrespective of its type.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
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