Skip to main content
A newer version of this page is available. .

SchedulerControlPrintAdapter.SetSourceObject(Object) Method

Specifies the correct scheduling source, irrespective of its type.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

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