ReportSchedule Class
<DataContract()> _
Public Class ReportSchedule
This language is not supported or no code example is available.
[DataContract()]
public class ReportSchedule
This language is not supported or no code example is available.
[DataContract()]
public ref class ReportSchedule
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
Name | Description | |
---|---|---|
![]() |
delivery_mode | Report delivery mode |
![]() |
email_recipient_data | Report recipient data for report delivery by email |
![]() |
end_date_time | End date and time of the report schedule |
![]() |
entity_type | Entity type when report is entity type report |
![]() |
frequency | report schedule frequency |
![]() |
id | Entity ID for the report schedule |
![]() |
is_active | Is report schedule currently active |
![]() |
last_execution_date_time | Last execution date and time of the report schedule |
![]() |
name | Name of the report schedule |
![]() |
network_path | Network path, valid only if delivery mode is set to network path |
![]() |
next_execution_date_time | Next execution date and time of the report schedule |
![]() |
owner_id | ID of the owner entity. If admin owned, null. |
![]() |
report_data | data to generate the report |
![]() |
report_guid | report guid |
![]() |
start_date_time | Start date and time of the report schedule |
![]() |
synergy_path_folder_id | Folder ID when delivery mode is save to synergy path |
![]() |
user_id | Entity ID of the user |
Contracts.Data.ReportSchedule