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.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public interface ITextResources
Properties
AccessibilityDocumentMapArea
Specifies the accessibility text for document map area
Declaration
string AccessibilityDocumentMapArea { get; }
Property Value
System.String
|
AccessibilityPageNumberEditor
Specifies the accessibility text for PageNumber editor in viewer toolbar
Declaration
string AccessibilityPageNumberEditor { get; }
Property Value
System.String
|
AccessibilityPageNumberSelector
Specifies the accessibility text for PageNumber selector in viewer toolbar
Declaration
string AccessibilityPageNumberSelector { get; }
Property Value
System.String
|
AccessibilityParameter
Specifies the accessibility text for parameter instance
Declaration
string AccessibilityParameter { get; }
Property Value
System.String
|
AccessibilityParameterBoolean
Specifies the accessibility text for boolean parameter instance
Declaration
string AccessibilityParameterBoolean { get; }
Property Value
System.String
|
AccessibilityParameterDateTime
Specifies the accessibility text for DateTime parameter instance
Declaration
string AccessibilityParameterDateTime { get; }
Property Value
System.String
|
AccessibilityParameterErrorMessage
Specifies the accessibility text for parameter error message
Declaration
string AccessibilityParameterErrorMessage { get; }
Property Value
System.String
|
AccessibilityParameterMultiSelect
Specifies the accessibility text for multiselect parameter instance
Declaration
string AccessibilityParameterMultiSelect { get; }
Property Value
System.String
|
AccessibilityParameterMultiValue
Specifies the accessibility text for single-select multivalue parameter instance
Declaration
string AccessibilityParameterMultiValue { get; }
Property Value
System.String
|
AccessibilityParameterNumerical
Specifies the accessibility text for numerical parameter instance
Declaration
string AccessibilityParameterNumerical { get; }
Property Value
System.String
|
AccessibilityParametersArea
Specifies the accessibility text for parameters area
Declaration
string AccessibilityParametersArea { get; }
Property Value
System.String
|
AccessibilityParameterText
Specifies the accessibility text for textual parameter instance
Declaration
string AccessibilityParameterText { get; }
Property Value
System.String
|
AccessibilityReportContentsArea
Specifies the accessibility text for report contents area
Declaration
string AccessibilityReportContentsArea { get; }
Property Value
System.String
|
AccessibilityReportViewerToolbar
Specifies the accessibility text for report viewer toolbar
Declaration
string AccessibilityReportViewerToolbar { get; }
Property Value
System.String
|
AccessibilityStateChecked
Specifies the accessibility text for the checked state of a toolbar button
Declaration
string AccessibilityStateChecked { get; }
Property Value
System.String
|
AccessibilityStateUnchecked
Specifies the accessibility text for the unchecked state of a toolbar button
Declaration
string AccessibilityStateUnchecked { get; }
Property Value
System.String
|
AccessibilityStatus
Specifies the accessibility text for the status of a toolbar button
Declaration
string AccessibilityStatus { get; }
Property Value
System.String
|
AccessibilityStatusDisabled
Specifies the accessibility text for the disabled state of a toolbar button
Declaration
string AccessibilityStatusDisabled { get; }
Property Value
System.String
|
AccessibilityStatusEnabled
Specifies the accessibility text for the enabled state of a toolbar button
Declaration
string AccessibilityStatusEnabled { get; }
Property Value
System.String
|
AccessibilityToolbarButtonToggleDocumentMap
Specifies the accessibility text for the document map toolbar button
Declaration
string AccessibilityToolbarButtonToggleDocumentMap { get; }
Property Value
System.String
|
AccessibilityToolbarButtonToggleParameters
Specifies the accessibility text for the parameters toolbar button
Declaration
string AccessibilityToolbarButtonToggleParameters { get; }
Property Value
System.String
|
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
|
CancelButtonText
Specifies the text for each Cancel button.
Declaration
string CancelButtonText { get; }
Property Value
System.String
|
ConfirmNavigateToFileMessage
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
|
ExportError
Specifies the message if there is an export error.
Declaration
string ExportError { get; }
Property Value
System.String
|
ExportingMessage
Specifies the transitional exporting message.
Declaration
string ExportingMessage { get; }
Property Value
System.String
|
ExportToolTip
Specifies the tooltip for the Export button.
Declaration
string ExportToolTip { 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
|
NavigateToFileNotAllowedText
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
|
PageSetupToolTip
Specifies the tooltip for the PageSetup button.
Declaration
string PageSetupToolTip { 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
|
PreviewButtonText
Specifies the text for the Preview button in the parameters area.
Declaration
string PreviewButtonText { get; }
Property Value
System.String
|
PreviousPageToolTip
Specifies the tooltip for the PreviousPage button.
Declaration
string PreviousPageToolTip { get; }
Property Value
System.String
|
PrintPreviewToolTip
Specifies the tooltip for the Print Preview.
Declaration
string PrintPreviewToolTip { 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
|
ReportAutoRunDisabledError
Specifies the error message for the case when the automatic preview of the report is disabled using the AutoRun property.
Declaration
string ReportAutoRunDisabledError { 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
|
SearchCaptionLabel
Specifies the caption of the Search dialog
Declaration
string SearchCaptionLabel { get; }
Property Value
System.String
|
SearchMatchCaseToolTip
Specifies the tooltip for the MatchCase button
Declaration
string SearchMatchCaseToolTip { get; }
Property Value
System.String
|
SearchMatchWholeWordToolTip
Specifies the tooltip for the WholeWord button
Declaration
string SearchMatchWholeWordToolTip { get; }
Property Value
System.String
|
SearchNoMetadata
Specifies the message when no metadata is supplied to the search dialog.
Declaration
string SearchNoMetadata { get; }
Property Value
System.String
|
SearchNoResults
Specifies the message when no results are found.
Declaration
string SearchNoResults { get; }
Property Value
System.String
|
SearchResultsFormatString
Specifies the format string for displaying the results count
Declaration
string SearchResultsFormatString { get; }
Property Value
System.String
|
SearchStopToolTip
Specifies the tooltip for the StopSearch button
Declaration
string SearchStopToolTip { get; }
Property Value
System.String
|
SearchToolTip
Specifies the tooltip for the Search button
Declaration
string SearchToolTip { get; }
Property Value
System.String
|
SearchUseRegexToolTip
Specifies the tooltip for the UseRegex button
Declaration
string SearchUseRegexToolTip { get; }
Property Value
System.String
|
SessionExpired
Specifies the message for the expired session.
Declaration
string SessionExpired { get; }
Property Value
System.String
|
StopToolTip
Specifies the tooltip for the Stop button.
Declaration
string StopToolTip { get; }
Property Value
System.String
|
TotalPagesToolTip
Specifies the tooltip for the TotalPages button.
Declaration
string TotalPagesToolTip { 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
|