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