Class ReportRevisionContent
Represents report revision content.
Inheritance
System.Object
ReportRevisionContent
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 ReportRevisionContent
Constructors
ReportRevisionContent()
Declaration
public ReportRevisionContent()
Properties
Content
Specifies the report revision content.
Declaration
public byte[] Content { get; set; }
Property Value
System.Byte[]
|
Extension
Specifies the report revision extension
Declaration
public string Extension { get; set; }
Property Value
System.String
|
Id
Identifies the report revision.
Declaration
public string Id { get; set; }
Property Value
System.String
|