ClassScheduledDocument
Class
Definition
Namespace:Telerik.ReportServer.Services.Models
Assembly:Telerik.ReportServer.Services.Models.dll
Syntax:
cs-api-definition
public class ScheduledDocument
Inheritance: objectScheduledDocument
Constructors
ScheduledDocument()
Declaration
cs-api-definition
public ScheduledDocument()
Properties
Data
Declaration
cs-api-definition
public byte[] Data { get; set; }
Property Value
byte[]
DateCreated
Declaration
cs-api-definition
[Obsolete("Use instead DateCreatedUtc, that accepts and returns DateTime in UTC.")]
public DateTime DateCreated { get; set; }
Property Value
DateTime
DateCreatedUtc
Declaration
cs-api-definition
public DateTime DateCreatedUtc { get; set; }
Property Value
DateTime
DocumentFormat
Declaration
cs-api-definition
public string DocumentFormat { get; set; }
Property Value
string
DocumentName
Declaration
cs-api-definition
public string DocumentName { get; set; }
Property Value
string
Error
Declaration
cs-api-definition
public string Error { get; set; }
Property Value
string
Id
Declaration
cs-api-definition
public string Id { get; set; }
Property Value
string
MimeType
Declaration
cs-api-definition
public string MimeType { get; set; }
Property Value
string
ReportId
Declaration
cs-api-definition
public string ReportId { get; set; }
Property Value
string
TaskId
Declaration
cs-api-definition
public string TaskId { get; set; }
Property Value
string