• 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 Resources

Inheritance
System.Object
Resources
Inherited Members
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.ReportViewer.WebForms
Assembly: Telerik.ReportViewer.WebForms.dll

Syntax

public class Resources : IStateManager, INotifyPropertyChanged

Constructors

Resources()

Declaration
public Resources()

Properties

CurrentPageToolTip

Specifies the tooltip for the current page label.

Declaration
public string CurrentPageToolTip { get; set; }
Property Value
System.String

DocumentMapToolTip

Specifies the tooltips for the toggle parameters area button. The two texts are separated by '|'.

Declaration
public string DocumentMapToolTip { get; set; }
Property Value
System.String

ExportButtonText

Specifies the text for the Export button.

Declaration
public string ExportButtonText { get; set; }
Property Value
System.String

ExportSelectFormatText

Specifies the <select export format> text in the Export select input.

Declaration
public string ExportSelectFormatText { get; set; }
Property Value
System.String

ExportToolTip

Specifies the tooltip for the Export button.

Declaration
public string ExportToolTip { get; set; }
Property Value
System.String

FirstPageToolTip

Specifies the tooltip for the FirstPage button.

Declaration
public string FirstPageToolTip { get; set; }
Property Value
System.String

LabelOf

Specifies the text for the 'of' conjunction label.

Declaration
public string LabelOf { get; set; }
Property Value
System.String

LastPageToolTip

Specifies the tooltip for the LastPage button.

Declaration
public string LastPageToolTip { get; set; }
Property Value
System.String

MissingReportSource

Specifies the text for the error message when report source is null.

Declaration
public string MissingReportSource { get; set; }
Property Value
System.String

NavigateBackToolTip

Specifies the tooltip for the NavigateBack button.

Declaration
public string NavigateBackToolTip { get; set; }
Property Value
System.String

NavigateForwardToolTip

Specifies the tooltip for the NavigateForward button.

Declaration
public string NavigateForwardToolTip { get; set; }
Property Value
System.String

NextPageToolTip

Specifies the tooltip for the NextPage button.

Declaration
public string NextPageToolTip { get; set; }
Property Value
System.String

NoPageToDisplay

Specifies the text which appears if there are no pages to display.

Declaration
public string NoPageToDisplay { get; set; }
Property Value
System.String

ParametersToolTip

Specifies the tooltips for the toggle parameters area button. The two texts are separated by '|'.

Declaration
public string ParametersToolTip { get; set; }
Property Value
System.String

PreviousPageToolTip

Specifies the tooltip for the PreviousPage button.

Declaration
public string PreviousPageToolTip { get; set; }
Property Value
System.String

PrintToolTip

Specifies the tooltip for the Print button.

Declaration
public string PrintToolTip { get; set; }
Property Value
System.String

ProcessingReportMessage

Specifies the text for the wait message shown while the report is being processed.

Declaration
public string ProcessingReportMessage { get; set; }
Property Value
System.String

RefreshToolTip

Specifies the tooltip for the Refresh button.

Declaration
public string RefreshToolTip { get; set; }
Property Value
System.String

ReportParametersFalseValueLabel

Specifies the text for the False value label in a boolean parameter editor.

Declaration
public string ReportParametersFalseValueLabel { get; set; }
Property Value
System.String

ReportParametersInputDataError

Specifies the message which appears when not all the parameters are set.

Declaration
public string ReportParametersInputDataError { get; set; }
Property Value
System.String

ReportParametersInvalidValueText

Specifies the text for the InvalidValue error.

Declaration
public string ReportParametersInvalidValueText { get; set; }
Property Value
System.String

ReportParametersNoValueText

Specifies the message when a value should be selected for a parameter.

Declaration
public string ReportParametersNoValueText { get; set; }
Property Value
System.String

ReportParametersNullText

Specifies the text for the NULL checkbox.

Declaration
public string ReportParametersNullText { get; set; }
Property Value
System.String

ReportParametersPreviewButtonText

Specifies the text for the Preview button.

Declaration
public string ReportParametersPreviewButtonText { get; set; }
Property Value
System.String

ReportParametersSelectAllText

Specifies the <select all> text for a multivalue parameter editor.

Declaration
public string ReportParametersSelectAllText { get; set; }
Property Value
System.String

ReportParametersSelectAValueText

Specifies the <select a value> text for a dropdown parameter editor.

Declaration
public string ReportParametersSelectAValueText { get; set; }
Property Value
System.String

ReportParametersTrueValueLabel

Specifies the text for the True value label in a boolean parameter editor.

Declaration
public string ReportParametersTrueValueLabel { get; set; }
Property Value
System.String

SessionHasExpiredError

Specifies the error to be displayed when session has expired.

Declaration
public string SessionHasExpiredError { get; set; }
Property Value
System.String

SessionHasExpiredMessage

Specifies the message to be displayed when session has expired.

Declaration
public string SessionHasExpiredMessage { get; set; }
Property Value
System.String

TogglePageLayoutToolTip

Specifies the tooltip for the TogglePageLayout button.

Declaration
public string TogglePageLayoutToolTip { get; set; }
Property Value
System.String

ZoomToPageWidth

Specifies the name for the PageWidth zoom mode.

Declaration
public string ZoomToPageWidth { get; set; }
Property Value
System.String

ZoomToWholePage

Specifies the name for the WholePage zoom mode.

Declaration
public string ZoomToWholePage { get; set; }
Property Value
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

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.