Class ScheduledTaskReport
Report for Scheduled Task
Inheritance
System.Object
ScheduledTaskReport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class ScheduledTaskReport
Constructors
ScheduledTaskReport()
Declaration
public ScheduledTaskReport()
Properties
DocumentFormat
Specifies the document format in which the report is rendered.
Declaration
public string DocumentFormat { get; set; }
Property Value
System.String
|
Parameters
Specifies the report parameter values which should be used when the report is rendered.
Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.Object>
|
ReportId
Specifies the report which is rendered by the scheduled task.
Declaration
public string ReportId { get; set; }
Property Value
System.String
|