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:
public interface ITextResources
Derived Classes:
Properties
Specifies the accessibility text for document map area
string AccessibilityDocumentMapArea { get; }
Specifies the accessibility text for PageNumber editor in viewer toolbar
string AccessibilityPageNumberEditor { get; }
Specifies the accessibility text for PageNumber selector in viewer toolbar
string AccessibilityPageNumberSelector { get; }
AccessibilityParameter
string
Specifies the accessibility text for parameter instance
string AccessibilityParameter { get; }
Specifies the accessibility text for boolean parameter instance
string AccessibilityParameterBoolean { get; }
Specifies the accessibility text for DateTime parameter instance
string AccessibilityParameterDateTime { get; }
Specifies the accessibility text for parameter error message
string AccessibilityParameterErrorMessage { get; }
Specifies the accessibility text for multiselect parameter instance
string AccessibilityParameterMultiSelect { get; }
Specifies the accessibility text for single-select multivalue parameter instance
string AccessibilityParameterMultiValue { get; }
Specifies the accessibility text for numerical parameter instance
string AccessibilityParameterNumerical { get; }
Specifies the accessibility text for parameters area
string AccessibilityParametersArea { get; }
Specifies the accessibility text for textual parameter instance
string AccessibilityParameterText { get; }
Specifies the accessibility text for report contents area
string AccessibilityReportContentsArea { get; }
Specifies the accessibility text for report viewer toolbar
string AccessibilityReportViewerToolbar { get; }
Specifies the accessibility text for the checked state of a toolbar button
string AccessibilityStateChecked { get; }
Specifies the accessibility text for the unchecked state of a toolbar button
string AccessibilityStateUnchecked { get; }
AccessibilityStatus
string
Specifies the accessibility text for the status of a toolbar button
string AccessibilityStatus { get; }
Specifies the accessibility text for the disabled state of a toolbar button
string AccessibilityStatusDisabled { get; }
Specifies the accessibility text for the enabled state of a toolbar button
string AccessibilityStatusEnabled { get; }
Specifies the accessibility text for the document map toolbar button
string AccessibilityToolbarButtonToggleDocumentMap { get; }
Specifies the accessibility text for the parameters toolbar button
string AccessibilityToolbarButtonToggleParameters { get; }
AllFiles
string
Specifies the text for the AllFiles filter in the SaveFileDialog.
string AllFiles { get; }
BackToolTip
string
Specifies the tooltip for the Back button.
string BackToolTip { get; }
CancelButtonText
string
Specifies the text for each Cancel button.
string CancelButtonText { get; }
Specifies the confirmation message for opening files from NavigateToUrl action.
string ConfirmNavigateToFileMessage { get; }
CurrentPageToolTip
string
Specifies the tooltip for the CurrentPage label.
string CurrentPageToolTip { get; }
DocumentMapToolTip
string
Specifies the tooltips for the toggle document map area button. The two texts are separated by '|'.
string DocumentMapToolTip { get; }
ExportError
string
Specifies the message if there is an export error.
string ExportError { get; }
ExportingMessage
string
Specifies the transitional exporting message.
string ExportingMessage { get; }
ExportToolTip
string
Specifies the tooltip for the Export button.
string ExportToolTip { get; }
FirstPageToolTip
string
Specifies the tooltip for the FirstPage button.
string FirstPageToolTip { get; }
ForwardToolTip
string
Specifies the tooltip for the Forward button.
string ForwardToolTip { get; }
InvalidValueForParameter
string
Specifies the text for the tooltip shown when validating parameter results in an invalid value
string InvalidValueForParameter { get; }
LabelOf
string
Specifies the label 'of' in the viewer toolbar.
string LabelOf { get; }
LastPageToolTip
string
Specifies the tooltip for the LastPage button.
string LastPageToolTip { get; }
LoadingPageMessage
string
Specifies the transitional loading page message.
string LoadingPageMessage { get; }
Specifies the exception message when opening files from NavigateToUrl action is not allowed.
string NavigateToFileNotAllowedText { get; }
NextPageToolTip
string
Specifies the tooltip for the NextPage button.
string NextPageToolTip { get; }
NoPageToDisplay
string
Specifies the text which appears if there are no pages to display.
string NoPageToDisplay { get; }
NoReportError
string
Specifies the error message for missing report.
string NoReportError { get; }
Specifies the error message for the case when the page number is greater than the count of pages.
string PageNumberGreaterThanRangeError { get; }
Specifies the error message for the case when the page number is less than 1.
string PageNumberLessThanRangeError { get; }
PageSetupToolTip
string
Specifies the tooltip for the PageSetup button.
string PageSetupToolTip { get; }
ParametersToolTip
string
Specifies the tooltips for the toggle parameters area button. The two texts are separated by '|'.
string ParametersToolTip { get; }
PreviewButtonText
string
Specifies the text for the Preview button in the parameters area.
string PreviewButtonText { get; }
PreviousPageToolTip
string
Specifies the tooltip for the PreviousPage button.
string PreviousPageToolTip { get; }
PrintPreviewToolTip
string
Specifies the tooltip for the Print Preview.
string PrintPreviewToolTip { get; }
PrintToolTip
string
Specifies the tooltip for the Print button.
string PrintToolTip { get; }
ProcessingReportMessage
string
Specifies the text for the wait message shown while the report is being processed.
string ProcessingReportMessage { get; }
RefreshToolTip
string
Specifies the tooltip for the Refresh button.
string RefreshToolTip { get; }
Specifies the error message for the case when the automatic preview of the report is disabled using the AutoRun property.
string ReportAutoRunDisabledError { get; }
Specifies the error message for the case when the report parameters are set from the parameters area in the report viewer.
string ReportParametersAreaValidationError { get; }
ReportParametersNullText
string
Specifies the checkbox text for the parameters area for the case when nulls are allowed as parameters.
string ReportParametersNullText { get; }
Specifies the <select all> text for a multivalue parameter editor.
string ReportParametersSelectAllText { get; }
Specifies the error message for the case when the report parameters are wrong or missing.
string ReportParametersValidationError { get; }
SearchCaptionLabel
string
Specifies the caption of the Search dialog
string SearchCaptionLabel { get; }
SearchMatchCaseToolTip
string
Specifies the tooltip for the MatchCase button
string SearchMatchCaseToolTip { get; }
Specifies the tooltip for the WholeWord button
string SearchMatchWholeWordToolTip { get; }
SearchNoMetadata
string
Specifies the message when no metadata is supplied to the search dialog.
string SearchNoMetadata { get; }
SearchNoResults
string
Specifies the message when no results are found.
string SearchNoResults { get; }
Specifies the format string for displaying the results count
string SearchResultsFormatString { get; }
SearchStopToolTip
string
Specifies the tooltip for the StopSearch button
string SearchStopToolTip { get; }
SearchToolTip
string
Specifies the tooltip for the Search button
string SearchToolTip { get; }
SearchUseRegexToolTip
string
Specifies the tooltip for the UseRegex button
string SearchUseRegexToolTip { get; }
SessionExpired
string
Specifies the message for the expired session.
string SessionExpired { get; }
StopToolTip
string
Specifies the tooltip for the Stop button.
string StopToolTip { get; }
TotalPagesToolTip
string
Specifies the tooltip for the TotalPages button.
string TotalPagesToolTip { get; }
Specifies the transitional updating parameters message.
string UpdatingParametersMessage { get; }
ZoomToolTip
string
Specifies the tooltip for the Zoom select.
string ZoomToolTip { get; }
ZoomToPageWidth
string
Specifies the name for the PageWidth zoom mode.
string ZoomToPageWidth { get; }
ZoomToWholePage
string
Specifies the name for the WholePage zoom mode.
string ZoomToWholePage { get; }