Data about a report schedule

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1