Class PageInfo
Represents the result of the GetPage 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 PageInfo : ServiceOperationResultBase
Constructors
PageInfo()
Declaration
public PageInfo()
Properties
Buffer
Gets or sets the Byte array that contains the current report page.
Declaration
public byte[] Buffer { get; set; }
Property Value
System.Byte[]
|
PageNumber
Gets or sets the serial number of the current report page.
Declaration
public int PageNumber { get; set; }
Property Value
System.Int32
|