Interface
ITextResources

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:

cs-api-definition
public interface ITextResources

Properties

AccessibilityDocumentMapArea

Specifies the accessibility text for document map area

Declaration

cs-api-definition
string AccessibilityDocumentMapArea { get; }

Property Value

string

AccessibilityPageNumberEditor

Specifies the accessibility text for PageNumber editor in viewer toolbar

Declaration

cs-api-definition
string AccessibilityPageNumberEditor { get; }

Property Value

string

AccessibilityPageNumberSelector

Specifies the accessibility text for PageNumber selector in viewer toolbar

Declaration

cs-api-definition
string AccessibilityPageNumberSelector { get; }

Property Value

string

AccessibilityParameter

Specifies the accessibility text for parameter instance

Declaration

cs-api-definition
string AccessibilityParameter { get; }

Property Value

string

AccessibilityParameterBoolean

Specifies the accessibility text for boolean parameter instance

Declaration

cs-api-definition
string AccessibilityParameterBoolean { get; }

Property Value

string

AccessibilityParameterDateTime

Specifies the accessibility text for DateTime parameter instance

Declaration

cs-api-definition
string AccessibilityParameterDateTime { get; }

Property Value

string

AccessibilityParameterErrorMessage

Specifies the accessibility text for parameter error message

Declaration

cs-api-definition
string AccessibilityParameterErrorMessage { get; }

Property Value

string

AccessibilityParameterMultiSelect

Specifies the accessibility text for multiselect parameter instance

Declaration

cs-api-definition
string AccessibilityParameterMultiSelect { get; }

Property Value

string

AccessibilityParameterMultiValue

Specifies the accessibility text for single-select multivalue parameter instance

Declaration

cs-api-definition
string AccessibilityParameterMultiValue { get; }

Property Value

string

AccessibilityParameterNumerical

Specifies the accessibility text for numerical parameter instance

Declaration

cs-api-definition
string AccessibilityParameterNumerical { get; }

Property Value

string

AccessibilityParameterText

Specifies the accessibility text for textual parameter instance

Declaration

cs-api-definition
string AccessibilityParameterText { get; }

Property Value

string

AccessibilityParametersArea

Specifies the accessibility text for parameters area

Declaration

cs-api-definition
string AccessibilityParametersArea { get; }

Property Value

string

AccessibilityReportContentsArea

Specifies the accessibility text for report contents area

Declaration

cs-api-definition
string AccessibilityReportContentsArea { get; }

Property Value

string

AccessibilityReportViewerToolbar

Specifies the accessibility text for report viewer toolbar

Declaration

cs-api-definition
string AccessibilityReportViewerToolbar { get; }

Property Value

string

AccessibilityStateChecked

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

Declaration

cs-api-definition
string AccessibilityStateChecked { get; }

Property Value

string

AccessibilityStateUnchecked

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

Declaration

cs-api-definition
string AccessibilityStateUnchecked { get; }

Property Value

string

AccessibilityStatus

Specifies the accessibility text for the status of a toolbar button

Declaration

cs-api-definition
string AccessibilityStatus { get; }

Property Value

string

AccessibilityStatusDisabled

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

Declaration

cs-api-definition
string AccessibilityStatusDisabled { get; }

Property Value

string

AccessibilityStatusEnabled

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

Declaration

cs-api-definition
string AccessibilityStatusEnabled { get; }

Property Value

string

AccessibilityToolbarButtonToggleDocumentMap

Specifies the accessibility text for the document map toolbar button

Declaration

cs-api-definition
string AccessibilityToolbarButtonToggleDocumentMap { get; }

Property Value

string

AccessibilityToolbarButtonToggleParameters

Specifies the accessibility text for the parameters toolbar button

Declaration

cs-api-definition
string AccessibilityToolbarButtonToggleParameters { get; }

Property Value

string

AllFiles

Specifies the text for the AllFiles filter in the SaveFileDialog.

Declaration

cs-api-definition
string AllFiles { get; }

Property Value

string

BackToolTip

Specifies the tooltip for the Back button.

Declaration

cs-api-definition
string BackToolTip { get; }

Property Value

string

CancelButtonText

Specifies the text for each Cancel button.

Declaration

cs-api-definition
string CancelButtonText { get; }

Property Value

string

ConfirmNavigateToFileMessage

Specifies the confirmation message for opening files from NavigateToUrl action.

Declaration

cs-api-definition
string ConfirmNavigateToFileMessage { get; }

Property Value

string

CurrentPageToolTip

Specifies the tooltip for the CurrentPage label.

Declaration

cs-api-definition
string CurrentPageToolTip { get; }

Property Value

string

DocumentMapToolTip

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

Declaration

cs-api-definition
string DocumentMapToolTip { get; }

Property Value

string

ExportError

Specifies the message if there is an export error.

Declaration

cs-api-definition
string ExportError { get; }

Property Value

string

ExportToolTip

Specifies the tooltip for the Export button.

Declaration

cs-api-definition
string ExportToolTip { get; }

Property Value

string

ExportingMessage

Specifies the transitional exporting message.

Declaration

cs-api-definition
string ExportingMessage { get; }

Property Value

string

FirstPageToolTip

Specifies the tooltip for the FirstPage button.

Declaration

cs-api-definition
string FirstPageToolTip { get; }

Property Value

string

ForwardToolTip

Specifies the tooltip for the Forward button.

Declaration

cs-api-definition
string ForwardToolTip { get; }

Property Value

string

InvalidValueForParameter

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

Declaration

cs-api-definition
string InvalidValueForParameter { get; }

Property Value

string

LabelOf

Specifies the label 'of' in the viewer toolbar.

Declaration

cs-api-definition
string LabelOf { get; }

Property Value

string

LastPageToolTip

Specifies the tooltip for the LastPage button.

Declaration

cs-api-definition
string LastPageToolTip { get; }

Property Value

string

LoadingPageMessage

Specifies the transitional loading page message.

Declaration

cs-api-definition
string LoadingPageMessage { get; }

Property Value

string

NavigateToFileNotAllowedText

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

Declaration

cs-api-definition
string NavigateToFileNotAllowedText { get; }

Property Value

string

NextPageToolTip

Specifies the tooltip for the NextPage button.

Declaration

cs-api-definition
string NextPageToolTip { get; }

Property Value

string

NoPageToDisplay

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

Declaration

cs-api-definition
string NoPageToDisplay { get; }

Property Value

string

NoReportError

Specifies the error message for missing report.

Declaration

cs-api-definition
string NoReportError { get; }

Property Value

string

PageNumberGreaterThanRangeError

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

Declaration

cs-api-definition
string PageNumberGreaterThanRangeError { get; }

Property Value

string

PageNumberLessThanRangeError

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

Declaration

cs-api-definition
string PageNumberLessThanRangeError { get; }

Property Value

string

PageSetupToolTip

Specifies the tooltip for the PageSetup button.

Declaration

cs-api-definition
string PageSetupToolTip { get; }

Property Value

string

ParametersToolTip

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

Declaration

cs-api-definition
string ParametersToolTip { get; }

Property Value

string

PreviewButtonText

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

Declaration

cs-api-definition
string PreviewButtonText { get; }

Property Value

string

PreviousPageToolTip

Specifies the tooltip for the PreviousPage button.

Declaration

cs-api-definition
string PreviousPageToolTip { get; }

Property Value

string

PrintPreviewToolTip

Specifies the tooltip for the Print Preview.

Declaration

cs-api-definition
string PrintPreviewToolTip { get; }

Property Value

string

PrintToolTip

Specifies the tooltip for the Print button.

Declaration

cs-api-definition
string PrintToolTip { get; }

Property Value

string

ProcessingReportMessage

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

Declaration

cs-api-definition
string ProcessingReportMessage { get; }

Property Value

string

RefreshToolTip

Specifies the tooltip for the Refresh button.

Declaration

cs-api-definition
string RefreshToolTip { get; }

Property Value

string

ReportAutoRunDisabledError

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

Declaration

cs-api-definition
string ReportAutoRunDisabledError { get; }

Property Value

string

ReportParametersAreaValidationError

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

Declaration

cs-api-definition
string ReportParametersAreaValidationError { get; }

Property Value

string

ReportParametersNullText

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

Declaration

cs-api-definition
string ReportParametersNullText { get; }

Property Value

string

ReportParametersSelectAllText

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

Declaration

cs-api-definition
string ReportParametersSelectAllText { get; }

Property Value

string

ReportParametersValidationError

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

Declaration

cs-api-definition
string ReportParametersValidationError { get; }

Property Value

string

SearchCaptionLabel

Specifies the caption of the Search dialog

Declaration

cs-api-definition
string SearchCaptionLabel { get; }

Property Value

string

SearchMatchCaseToolTip

Specifies the tooltip for the MatchCase button

Declaration

cs-api-definition
string SearchMatchCaseToolTip { get; }

Property Value

string

SearchMatchWholeWordToolTip

Specifies the tooltip for the WholeWord button

Declaration

cs-api-definition
string SearchMatchWholeWordToolTip { get; }

Property Value

string

SearchNoMetadata

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

Declaration

cs-api-definition
string SearchNoMetadata { get; }

Property Value

string

SearchNoResults

Specifies the message when no results are found.

Declaration

cs-api-definition
string SearchNoResults { get; }

Property Value

string

SearchResultsFormatString

Specifies the format string for displaying the results count

Declaration

cs-api-definition
string SearchResultsFormatString { get; }

Property Value

string

SearchStopToolTip

Specifies the tooltip for the StopSearch button

Declaration

cs-api-definition
string SearchStopToolTip { get; }

Property Value

string

SearchToolTip

Specifies the tooltip for the Search button

Declaration

cs-api-definition
string SearchToolTip { get; }

Property Value

string

SearchUseRegexToolTip

Specifies the tooltip for the UseRegex button

Declaration

cs-api-definition
string SearchUseRegexToolTip { get; }

Property Value

string

SessionExpired

Specifies the message for the expired session.

Declaration

cs-api-definition
string SessionExpired { get; }

Property Value

string

StopToolTip

Specifies the tooltip for the Stop button.

Declaration

cs-api-definition
string StopToolTip { get; }

Property Value

string

TotalPagesToolTip

Specifies the tooltip for the TotalPages button.

Declaration

cs-api-definition
string TotalPagesToolTip { get; }

Property Value

string

UpdatingParametersMessage

Specifies the transitional updating parameters message.

Declaration

cs-api-definition
string UpdatingParametersMessage { get; }

Property Value

string

ZoomToPageWidth

Specifies the name for the PageWidth zoom mode.

Declaration

cs-api-definition
string ZoomToPageWidth { get; }

Property Value

string

ZoomToWholePage

Specifies the name for the WholePage zoom mode.

Declaration

cs-api-definition
string ZoomToWholePage { get; }

Property Value

string

ZoomToolTip

Specifies the tooltip for the Zoom select.

Declaration

cs-api-definition
string ZoomToolTip { get; }

Property Value

string

In this article
DefinitionPropertiesAccessibilityDocumentMapAreaAccessibilityPageNumberEditorAccessibilityPageNumberSelectorAccessibilityParameterAccessibilityParameterBooleanAccessibilityParameterDateTimeAccessibilityParameterErrorMessageAccessibilityParameterMultiSelectAccessibilityParameterMultiValueAccessibilityParameterNumericalAccessibilityParameterTextAccessibilityParametersAreaAccessibilityReportContentsAreaAccessibilityReportViewerToolbarAccessibilityStateCheckedAccessibilityStateUncheckedAccessibilityStatusAccessibilityStatusDisabledAccessibilityStatusEnabledAccessibilityToolbarButtonToggleDocumentMapAccessibilityToolbarButtonToggleParametersAllFilesBackToolTipCancelButtonTextConfirmNavigateToFileMessageCurrentPageToolTipDocumentMapToolTipExportErrorExportToolTipExportingMessageFirstPageToolTipForwardToolTipInvalidValueForParameterLabelOfLastPageToolTipLoadingPageMessageNavigateToFileNotAllowedTextNextPageToolTipNoPageToDisplayNoReportErrorPageNumberGreaterThanRangeErrorPageNumberLessThanRangeErrorPageSetupToolTipParametersToolTipPreviewButtonTextPreviousPageToolTipPrintPreviewToolTipPrintToolTipProcessingReportMessageRefreshToolTipReportAutoRunDisabledErrorReportParametersAreaValidationErrorReportParametersNullTextReportParametersSelectAllTextReportParametersValidationErrorSearchCaptionLabelSearchMatchCaseToolTipSearchMatchWholeWordToolTipSearchNoMetadataSearchNoResultsSearchResultsFormatStringSearchStopToolTipSearchToolTipSearchUseRegexToolTipSessionExpiredStopToolTipTotalPagesToolTipUpdatingParametersMessageZoomToPageWidthZoomToWholePageZoomToolTip
Not finding the help you need?
Contact Support