Back to Devexpress

ISmartSyncOptions Interface

corelibraries-devexpress-dot-xtrascheduler-dot-reporting.md

latest2.1 KB
Original Source

ISmartSyncOptions Interface

Provides options specific for the SmartSync Printing feature.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public interface ISmartSyncOptions :
    INotifyPropertyChanged
vb
Public Interface ISmartSyncOptions
    Inherits INotifyPropertyChanged

The following members return ISmartSyncOptions objects:

LibraryRelated API Members
Cross-Platform Class LibrarySchedulerPrintAdapter.SmartSyncOptions
WPF ControlsSchedulerPrintAdapter.SmartSyncOptions
ASP.NET Web Forms ControlsASPxSchedulerPrintAdapterBase.SmartSyncOptions

Remarks

An object exposing the ISmartSyncOptions interface is accessed via the SmartSyncOptions property of the scheduler print adapter (SchedulerPrintAdapter.SmartSyncOptions, ASPxSchedulerPrintAdapterBase.SmartSyncOptions).

Use the ISmartSyncOptions.GroupType property to specify grouping for data iterations.

See Also

ISmartSyncOptions Members

DevExpress.XtraScheduler.Reporting Namespace