Class RenderingSessionInfo
Represents the result of a RenderAndCache service operation. This class is intended for internal use only.
Inherited Members
Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public class RenderingSessionInfo : ServiceOperationResultBase
Constructors
RenderingSessionInfo()
Declaration
public RenderingSessionInfo()
Properties
Actions
Gets or sets a list of the ActionInfos for the current rendering session.
Declaration
public List<ActionInfo> Actions { get; set; }
Property Value
System.Collections.Generic.List<ActionInfo>
|
Bookmarks
Gets or sets a list of the BookmarkNodes for the current rendering session.
Declaration
public List<BookmarkNode> Bookmarks { get; set; }
Property Value
System.Collections.Generic.List<BookmarkNode>
|
DocumentName
Gets or sets the report document name of the rendered report.
Declaration
public string DocumentName { get; set; }
Property Value
System.String
|
HasDocumentMap
Gets or sets a value indicating whether a document map is available for the current report.
Declaration
public bool HasDocumentMap { get; set; }
Property Value
System.Boolean
|
InstanceID
Gets or sets the unique identifier of the current rendering session.
Declaration
public string InstanceID { get; set; }
Property Value
System.String
|
NavigateBackEnabled
NavigateForwardEnabled
PageCount
Gets or sets the count of the generated pages for the current rendering session.
Declaration
public int PageCount { get; set; }
Property Value
System.Int32
|
PageNumber
Gets or sets the page that is initially shown in the viewer.
Declaration
public int PageNumber { get; set; }
Property Value
System.Int32
|
Parameters
Gets or sets a list of Parameters for the current report.
Declaration
public List<Parameter> Parameters { get; set; }
Property Value
System.Collections.Generic.List<Parameter>
|
Report
Gets or sets the assembly qualified name of the rendered report.
Declaration
public string Report { get; set; }
Property Value
System.String
|