Exago .NET API Documentation
IsImmediate Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
WebReports.Api.Scheduler Namespace
>
ReportScheduleInfo Class
: IsImmediate Property
Indicates if this job is to be executed immediately.
Syntax
C#
public
System.
bool
IsImmediate {
get
;
set
;}
Property Value
True
if the schedule will be executed immediately or
False
if not.
Remarks
Same as checking the
Execute Immediately
checkbox on the Recurrence tab in the Schedule Wizard.
See Also
Reference
ReportScheduleInfo Class
ReportScheduleInfo Members