Class ReportRevisionInfo
Provides information about a report revision.
Inheritance
Inherited Members
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class ReportRevisionInfo
Constructors
ReportRevisionInfo()
Declaration
public ReportRevisionInfo()
Properties
Comment
Gets or sets report revision comment.
Declaration
public string Comment { get; set; }
Property Value
System.String
|
CreatedBy
Gets or sets the ID of the user who has created the revision.
Declaration
public string CreatedBy { get; set; }
Property Value
System.String
|
Date
Gets or sets the date when the report revision was created.
Declaration
[Obsolete("Use instead DateCreatedUtc, that accepts and returns date value in UTC.")]
public DateTime Date { get; set; }
Property Value
System.DateTime
|
DateCreatedUtc
Gets or sets the date when the report revision was created in UTC.
Declaration
public DateTime DateCreatedUtc { get; set; }
Property Value
System.DateTime
|
Extension
Gets or sets the extension of the revision file
Declaration
public string Extension { get; set; }
Property Value
System.String
|
Id
Gets or sets the report revision identifier.
Declaration
public string Id { get; set; }
Property Value
System.String
|
Version
Gets or sets the version of the report revision.
Declaration
public int Version { get; set; }
Property Value
System.Int32
|