A newer version of this page is available.
Switch to the current version.
ASPxSchedulerPrintAdapterBase.TimeInterval Property
Gets or sets the time interval used by the print adapter to create a report.
Namespace: DevExpress.Web.ASPxScheduler.Reporting
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public TimeInterval TimeInterval { get; set; }
Public Property TimeInterval As TimeInterval
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the time interval. |
Remarks
Handle the ASPxSchedulerPrintAdapterBase.ValidateTimeIntervals event to check and modify the time interval used in a report.
See Also
Feedback