New to Telerik ReportingStart a free 30-day trial

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

Definition

Namespace:Telerik.ReportViewer.Wpf

Assembly:Telerik.ReportViewer.Wpf.dll

Syntax:

C#
public interface ITextResources

Derived Classes: TextResources

Properties

Specifies the accessibility text for document map area

C#
string AccessibilityDocumentMapArea { get; }

Specifies the accessibility text for PageNumber editor in viewer toolbar

C#
string AccessibilityPageNumberEditor { get; }

Specifies the accessibility text for PageNumber selector in viewer toolbar

C#
string AccessibilityPageNumberSelector { get; }

Specifies the accessibility text for parameter instance

C#
string AccessibilityParameter { get; }

Specifies the accessibility text for boolean parameter instance

C#
string AccessibilityParameterBoolean { get; }

Specifies the accessibility text for DateTime parameter instance

C#
string AccessibilityParameterDateTime { get; }

Specifies the accessibility text for parameter error message

C#
string AccessibilityParameterErrorMessage { get; }

Specifies the accessibility text for multiselect parameter instance

C#
string AccessibilityParameterMultiSelect { get; }

Specifies the accessibility text for single-select multivalue parameter instance

C#
string AccessibilityParameterMultiValue { get; }

Specifies the accessibility text for numerical parameter instance

C#
string AccessibilityParameterNumerical { get; }

Specifies the accessibility text for parameters area

C#
string AccessibilityParametersArea { get; }

Specifies the accessibility text for textual parameter instance

C#
string AccessibilityParameterText { get; }

Specifies the accessibility text for report contents area

C#
string AccessibilityReportContentsArea { get; }

Specifies the accessibility text for report viewer toolbar

C#
string AccessibilityReportViewerToolbar { get; }

Specifies the accessibility text for the checked state of a toolbar button

C#
string AccessibilityStateChecked { get; }

Specifies the accessibility text for the unchecked state of a toolbar button

C#
string AccessibilityStateUnchecked { get; }

Specifies the accessibility text for the status of a toolbar button

C#
string AccessibilityStatus { get; }

Specifies the accessibility text for the disabled state of a toolbar button

C#
string AccessibilityStatusDisabled { get; }

Specifies the accessibility text for the enabled state of a toolbar button

C#
string AccessibilityStatusEnabled { get; }

Specifies the accessibility text for the document map toolbar button

C#
string AccessibilityToolbarButtonToggleDocumentMap { get; }

Specifies the accessibility text for the parameters toolbar button

C#
string AccessibilityToolbarButtonToggleParameters { get; }

AllFiles

string

Specifies the text for the AllFiles filter in the SaveFileDialog.

C#
string AllFiles { get; }

Specifies the tooltip for the Back button.

C#
string BackToolTip { get; }

Specifies the text for each Cancel button.

C#
string CancelButtonText { get; }

Specifies the confirmation message for opening files from NavigateToUrl action.

C#
string ConfirmNavigateToFileMessage { get; }

Specifies the tooltip for the CurrentPage label.

C#
string CurrentPageToolTip { get; }

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

C#
string DocumentMapToolTip { get; }

Specifies the message if there is an export error.

C#
string ExportError { get; }

Specifies the transitional exporting message.

C#
string ExportingMessage { get; }

Specifies the tooltip for the Export button.

C#
string ExportToolTip { get; }

Specifies the tooltip for the FirstPage button.

C#
string FirstPageToolTip { get; }

Specifies the tooltip for the Forward button.

C#
string ForwardToolTip { get; }

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

C#
string InvalidValueForParameter { get; }

LabelOf

string

Specifies the label 'of' in the viewer toolbar.

C#
string LabelOf { get; }

Specifies the tooltip for the LastPage button.

C#
string LastPageToolTip { get; }

Specifies the transitional loading page message.

C#
string LoadingPageMessage { get; }

Specifies the exception message when opening files from NavigateToUrl action is not allowed.

C#
string NavigateToFileNotAllowedText { get; }

Specifies the tooltip for the NextPage button.

C#
string NextPageToolTip { get; }

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

C#
string NoPageToDisplay { get; }

Specifies the error message for missing report.

C#
string NoReportError { get; }

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

C#
string PageNumberGreaterThanRangeError { get; }

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

C#
string PageNumberLessThanRangeError { get; }

Specifies the tooltip for the PageSetup button.

C#
string PageSetupToolTip { get; }

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

C#
string ParametersToolTip { get; }

Specifies the text for the Preview button in the parameters area.

C#
string PreviewButtonText { get; }

Specifies the tooltip for the PreviousPage button.

C#
string PreviousPageToolTip { get; }

Specifies the tooltip for the Print Preview.

C#
string PrintPreviewToolTip { get; }

Specifies the tooltip for the Print button.

C#
string PrintToolTip { get; }

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

C#
string ProcessingReportMessage { get; }

Specifies the tooltip for the Refresh button.

C#
string RefreshToolTip { get; }

Specifies the error message for the case when the automatic preview of the report is disabled using the AutoRun property.

C#
string ReportAutoRunDisabledError { get; }

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

C#
string ReportParametersAreaValidationError { get; }

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

C#
string ReportParametersNullText { get; }

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

C#
string ReportParametersSelectAllText { get; }

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

C#
string ReportParametersValidationError { get; }

Specifies the caption of the Search dialog

C#
string SearchCaptionLabel { get; }

Specifies the tooltip for the MatchCase button

C#
string SearchMatchCaseToolTip { get; }

Specifies the tooltip for the WholeWord button

C#
string SearchMatchWholeWordToolTip { get; }

Specifies the message when no metadata is supplied to the search dialog.

C#
string SearchNoMetadata { get; }

Specifies the message when no results are found.

C#
string SearchNoResults { get; }

Specifies the format string for displaying the results count

C#
string SearchResultsFormatString { get; }

Specifies the tooltip for the StopSearch button

C#
string SearchStopToolTip { get; }

Specifies the tooltip for the Search button

C#
string SearchToolTip { get; }

Specifies the tooltip for the UseRegex button

C#
string SearchUseRegexToolTip { get; }

Specifies the message for the expired session.

C#
string SessionExpired { get; }

Specifies the tooltip for the Stop button.

C#
string StopToolTip { get; }

Specifies the tooltip for the TotalPages button.

C#
string TotalPagesToolTip { get; }

Specifies the transitional updating parameters message.

C#
string UpdatingParametersMessage { get; }

Specifies the tooltip for the Zoom select.

C#
string ZoomToolTip { get; }

Specifies the name for the PageWidth zoom mode.

C#
string ZoomToPageWidth { get; }

Specifies the name for the WholePage zoom mode.

C#
string ZoomToWholePage { get; }
In this article
DefinitionPropertiesAccessibilityDocumentMapAreaAccessibilityPageNumberEditorAccessibilityPageNumberSelectorAccessibilityParameterAccessibilityParameterBooleanAccessibilityParameterDateTimeAccessibilityParameterErrorMessageAccessibilityParameterMultiSelectAccessibilityParameterMultiValueAccessibilityParameterNumericalAccessibilityParameterTextAccessibilityParametersAreaAccessibilityReportContentsAreaAccessibilityReportViewerToolbarAccessibilityStateCheckedAccessibilityStateUncheckedAccessibilityStatusAccessibilityStatusDisabledAccessibilityStatusEnabledAccessibilityToolbarButtonToggleDocumentMapAccessibilityToolbarButtonToggleParametersAllFilesBackToolTipCancelButtonTextConfirmNavigateToFileMessageCurrentPageToolTipDocumentMapToolTipExportErrorExportToolTipExportingMessageFirstPageToolTipForwardToolTipInvalidValueForParameterLabelOfLastPageToolTipLoadingPageMessageNavigateToFileNotAllowedTextNextPageToolTipNoPageToDisplayNoReportErrorPageNumberGreaterThanRangeErrorPageNumberLessThanRangeErrorPageSetupToolTipParametersToolTipPreviewButtonTextPreviousPageToolTipPrintPreviewToolTipPrintToolTipProcessingReportMessageRefreshToolTipReportAutoRunDisabledErrorReportParametersAreaValidationErrorReportParametersNullTextReportParametersSelectAllTextReportParametersValidationErrorSearchCaptionLabelSearchMatchCaseToolTipSearchMatchWholeWordToolTipSearchNoMetadataSearchNoResultsSearchResultsFormatStringSearchStopToolTipSearchToolTipSearchUseRegexToolTipSessionExpiredStopToolTipTotalPagesToolTipUpdatingParametersMessageZoomToPageWidthZoomToWholePageZoomToolTip
Not finding the help you need?
Contact Support