SchedulerStoragePrintAdapter.SetSourceObject(Object) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
source |
Object | A Scheduler |
#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