• 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

Interface ITextResources

This interface is used for customization or localization of all text resources, as alternative to localization/customization with .resx files.

Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll

Syntax

public interface ITextResources

Properties

AllFiles

Specifies the text for the AllFiles filter in the SaveFileDialog.

Declaration
string AllFiles { get; }
Property Value
System.String

BackToolTip

Specifies the tooltip for the Back button.

Declaration
string BackToolTip { get; }
Property Value
System.String

CancelExportButtonText

Specifies the text for the Export Cancel button.

Declaration
string CancelExportButtonText { get; }
Property Value
System.String

CancellingPrintMessage

Specifies the text for the message that is displayed when printing is cancelled.

Declaration
string CancellingPrintMessage { get; }
Property Value
System.String

CancelPrintButtonText

Specifies the text for the Print Cancel button.

Declaration
string CancelPrintButtonText { get; }
Property Value
System.String

CannotConvertTypeError

Specifies the message for the type conversion error.

Declaration
string CannotConvertTypeError { get; }
Property Value
System.String

CurrentPageToolTip

Specifies the tooltip for the CurrentPage label.

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

DocumentMapToolTip

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

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

DocumentReadyForPrintMessage

Specifies the text for the message that is displayed when the document is ready for printing.

Declaration
string DocumentReadyForPrintMessage { get; }
Property Value
System.String

ExportingProgressMessage

Specifies the text for the export progress message.

Declaration
string ExportingProgressMessage { get; }
Property Value
System.String

ExportToolTip

Specifies the tooltip for the Export button.

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

FileReadyToSaveMessage

Specifies the text for the message that is displayed when the file is ready to be saved.

Declaration
string FileReadyToSaveMessage { get; }
Property Value
System.String

FirstPageToolTip

Specifies the tooltip for the FirstPage button.

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

ForwardToolTip

Specifies the tooltip for the Forward button.

Declaration
string ForwardToolTip { get; }
Property Value
System.String

InvalidValueForParameter

Specifies the text for the tooltip shown when validating parameter results in an invalid value

Declaration
string InvalidValueForParameter { get; }
Property Value
System.String

LabelOf

Specifies the label 'of' in the viewer toolbar.

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

LastPageToolTip

Specifies the tooltip for the LastPage button.

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

LoadingPageMessage

Specifies the transitional loading page message.

Declaration
string LoadingPageMessage { get; }
Property Value
System.String

MultipleValuesNotSupportedError

Specifies the text for the message that is displayed when the parameter does not support multiple values.

Declaration
string MultipleValuesNotSupportedError { get; }
Property Value
System.String

NextPageToolTip

Specifies the tooltip for the NextPage button.

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

NoPageToDisplay

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

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

NoReportError

Specifies the error message for missing report.

Declaration
string NoReportError { get; }
Property Value
System.String

PageNumberGreaterThanRangeError

Specifies the error message for the case when the page number is greater than the count of pages.

Declaration
string PageNumberGreaterThanRangeError { get; }
Property Value
System.String

PageNumberLessThanRangeError

Specifies the error message for the case when the page number is less than 1.

Declaration
string PageNumberLessThanRangeError { get; }
Property Value
System.String

ParametersToolTip

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

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

PreparingForPrintMessage

Specifies the text for the message that is displayed when the report is being prepared for printing.

Declaration
string PreparingForPrintMessage { get; }
Property Value
System.String

PreviewButtonText

Specifies the text for the Preview button.

Declaration
string PreviewButtonText { get; }
Property Value
System.String

PreviousPageToolTip

Specifies the tooltip for the PreviousPage button.

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

PrintButtonText

Specifies the text for the dialog Print button.

Declaration
string PrintButtonText { get; }
Property Value
System.String

PrintingRequiresBrowserError

Specifies the text for the message that is displayed when trying to print Out-of-Browser.

Declaration
string PrintingRequiresBrowserError { get; }
Property Value
System.String

PrintPreviewToolTip

Specifies the tooltip for the Print Preview.

Declaration
string PrintPreviewToolTip { get; }
Property Value
System.String

PrintProgressMessage

Specifies the text for the message that show which page is currently being printed.

Declaration
string PrintProgressMessage { get; }
Property Value
System.String

PrintToolTip

Specifies the tooltip for the Print button.

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

ProcessingReportMessage

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

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

RefreshToolTip

Specifies the tooltip for the Refresh button.

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

ReportParametersAreaValidationError

Specifies the error message for the case when the report parameters are set from the parameters area in the report viewer.

Declaration
string ReportParametersAreaValidationError { get; }
Property Value
System.String

ReportParametersNullText

Specifies the checkbox text for the parameters area for the case when nulls are allowed as parameters.

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

ReportParametersSelectAllText

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

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

ReportParametersValidationError

Specifies the error message for the case when the report parameters are wrong or missing.

Declaration
string ReportParametersValidationError { get; }
Property Value
System.String

SaveButtonText

Specifies the text for the dialog Save button.

Declaration
string SaveButtonText { get; }
Property Value
System.String

StartingPrintMessage

Specifies the text for the message that is displayed when printing is started.

Declaration
string StartingPrintMessage { get; }
Property Value
System.String

TotalPagesToolTip

Specifies the tooltip for the TotalPages button.

Declaration
string TotalPagesToolTip { get; }
Property Value
System.String

UnableToExportError

Specifies the text for the message that is displayed when the report is not exported.

Declaration
string UnableToExportError { get; }
Property Value
System.String

UpdatingParametersDoneMessage

Specifies the text for the message that is displayed when the updating of parameters is finished.

Declaration
string UpdatingParametersDoneMessage { get; }
Property Value
System.String

UpdatingParametersMessage

Specifies the transitional updating parameters message.

Declaration
string UpdatingParametersMessage { get; }
Property Value
System.String

ZoomToolTip

Specifies the tooltip for the Zoom select.

Declaration
string ZoomToolTip { get; }
Property Value
System.String

ZoomToPageWidth

Specifies the name for the PageWidth zoom mode.

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

ZoomToWholePage

Specifies the name for the WholePage zoom mode.

Declaration
string ZoomToWholePage { get; }
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.