Class RenderingResult
Represents the result of the Render service operation.
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.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public class RenderingResult : ServiceOperationResultBase
Constructors
RenderingResult()
Declaration
public RenderingResult()
Properties
DocumentBytes
Byte array that contains the rendered report.
Declaration
public byte[] DocumentBytes { get; set; }
Property Value
System.Byte[]
|
DocumentName
Gets or sets the name of the created document.
Declaration
public string DocumentName { get; set; }
Property Value
System.String
|
Extension
Gets or sets the file extension of the document.
Declaration
public string Extension { get; set; }
Property Value
System.String
|
MimeType
Gets or sets the MIME type of the document.
Declaration
public string MimeType { get; set; }
Property Value
System.String
|