• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Design
    Unite UX
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RenderingSessionInfo

Represents the result of a RenderAndCache service operation. This class is intended for internal use only.

Inheritance
System.Object
ServiceOperationResultBase
RenderingSessionInfo
Inherited Members
ServiceOperationResultBase.ThrowOnError()
ServiceOperationResultBase.RaiseExceptionIfNecessary()
ServiceOperationResultBase.Error
ServiceOperationResultBase.HasError
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 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

Determines if the NavigateBack command is enabled.

Declaration
public bool NavigateBackEnabled { get; set; }
Property Value
System.Boolean

NavigateForwardEnabled

Determines if the NavigateForward command is enabled.

Declaration
public bool NavigateForwardEnabled { get; set; }
Property Value
System.Boolean

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

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.