New to Telerik ReportingStart a free 30-day trial

Provides the default tooltips and messages for the viewer.

Definition

Namespace:Telerik.ReportViewer.Wpf

Assembly:Telerik.ReportViewer.Wpf.dll

Syntax:

C#
public class TextResources : ITextResources

Inheritance: objectTextResources

Implements: ITextResources

Constructors

C#
public TextResources()

Properties

Specifies the accessibility text for document map area

C#
public string AccessibilityDocumentMapArea { get; set; }

Implements: ITextResources.AccessibilityDocumentMapArea

Specifies the accessibility text for PageNumber editor in viewer toolbar

C#
public string AccessibilityPageNumberEditor { get; set; }

Implements: ITextResources.AccessibilityPageNumberEditor

Specifies the accessibility text for PageNumber selector in viewer toolbar

C#
public string AccessibilityPageNumberSelector { get; set; }

Implements: ITextResources.AccessibilityPageNumberSelector

Specifies the accessibility text for parameter instance

C#
public string AccessibilityParameter { get; set; }

Implements: ITextResources.AccessibilityParameter

Specifies the accessibility text for boolean parameter instance

C#
public string AccessibilityParameterBoolean { get; set; }

Implements: ITextResources.AccessibilityParameterBoolean

Specifies the accessibility text for DateTime parameter instance

C#
public string AccessibilityParameterDateTime { get; set; }

Implements: ITextResources.AccessibilityParameterDateTime

Specifies the accessibility text for parameter error message

C#
public string AccessibilityParameterErrorMessage { get; set; }

Implements: ITextResources.AccessibilityParameterErrorMessage

Specifies the accessibility text for multiselect parameter instance

C#
public string AccessibilityParameterMultiSelect { get; set; }

Implements: ITextResources.AccessibilityParameterMultiSelect

Specifies the accessibility text for single-select multivalue parameter instance

C#
public string AccessibilityParameterMultiValue { get; set; }

Implements: ITextResources.AccessibilityParameterMultiValue

Specifies the accessibility text for numerical parameter instance

C#
public string AccessibilityParameterNumerical { get; set; }

Implements: ITextResources.AccessibilityParameterNumerical

Specifies the accessibility text for parameters area

C#
public string AccessibilityParametersArea { get; set; }

Implements: ITextResources.AccessibilityParametersArea

Specifies the accessibility text for textual parameter instance

C#
public string AccessibilityParameterText { get; set; }

Implements: ITextResources.AccessibilityParameterText

Specifies the accessibility text for report contents area

C#
public string AccessibilityReportContentsArea { get; set; }

Implements: ITextResources.AccessibilityReportContentsArea

Specifies the accessibility text for report viewer toolbar

C#
public string AccessibilityReportViewerToolbar { get; set; }

Implements: ITextResources.AccessibilityReportViewerToolbar

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

C#
public string AccessibilityStateChecked { get; set; }

Implements: ITextResources.AccessibilityStateChecked

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

C#
public string AccessibilityStateUnchecked { get; set; }

Implements: ITextResources.AccessibilityStateUnchecked

Specifies the accessibility text for the status of a toolbar button

C#
public string AccessibilityStatus { get; set; }

Implements: ITextResources.AccessibilityStatus

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

C#
public string AccessibilityStatusDisabled { get; set; }

Implements: ITextResources.AccessibilityStatusDisabled

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

C#
public string AccessibilityStatusEnabled { get; set; }

Implements: ITextResources.AccessibilityStatusEnabled

Specifies the accessibility text for the document map toolbar button

C#
public string AccessibilityToolbarButtonToggleDocumentMap { get; set; }

Implements: ITextResources.AccessibilityToolbarButtonToggleDocumentMap

Specifies the accessibility text for the parameters toolbar button

C#
public string AccessibilityToolbarButtonToggleParameters { get; set; }

Implements: ITextResources.AccessibilityToolbarButtonToggleParameters

AllFiles

string

Specifies the text for the AllFiles filter in the SaveFileDialog.

C#
public string AllFiles { get; set; }

Implements: ITextResources.AllFiles

Specifies the tooltip for the Back button.

C#
public string BackToolTip { get; set; }

Implements: ITextResources.BackToolTip

Specifies the text for each Cancel button.

C#
public string CancelButtonText { get; set; }

Implements: ITextResources.CancelButtonText

Specifies the confirmation message for opening files from NavigateToUrl action.

C#
public string ConfirmNavigateToFileMessage { get; set; }

Implements: ITextResources.ConfirmNavigateToFileMessage

Specifies the tooltip for the CurrentPage label.

C#
public string CurrentPageToolTip { get; set; }

Implements: ITextResources.CurrentPageToolTip

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

C#
public string DocumentMapToolTip { get; set; }

Implements: ITextResources.DocumentMapToolTip

Specifies the message if there is an export error.

C#
public string ExportError { get; set; }

Implements: ITextResources.ExportError

Specifies the transitional exporting message.

C#
public string ExportingMessage { get; set; }

Implements: ITextResources.ExportingMessage

Specifies the tooltip for the Export button.

C#
public string ExportToolTip { get; set; }

Implements: ITextResources.ExportToolTip

Specifies the tooltip for the FirstPage button.

C#
public string FirstPageToolTip { get; set; }

Implements: ITextResources.FirstPageToolTip

Specifies the tooltip for the Forward button.

C#
public string ForwardToolTip { get; set; }

Implements: ITextResources.ForwardToolTip

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

C#
public string InvalidValueForParameter { get; set; }

Implements: ITextResources.InvalidValueForParameter

LabelOf

string

Specifies the label 'of' in the viewer toolbar.

C#
public string LabelOf { get; set; }

Implements: ITextResources.LabelOf

Specifies the tooltip for the LastPage button.

C#
public string LastPageToolTip { get; set; }

Implements: ITextResources.LastPageToolTip

Specifies the transitional loading page message.

C#
public string LoadingPageMessage { get; set; }

Implements: ITextResources.LoadingPageMessage

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

C#
public string NavigateToFileNotAllowedText { get; set; }

Implements: ITextResources.NavigateToFileNotAllowedText

Specifies the tooltip for the NextPage button.

C#
public string NextPageToolTip { get; set; }

Implements: ITextResources.NextPageToolTip

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

C#
public string NoPageToDisplay { get; set; }

Implements: ITextResources.NoPageToDisplay

Specifies the error message for missing report.

C#
public string NoReportError { get; set; }

Implements: ITextResources.NoReportError

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

C#
public string PageNumberGreaterThanRangeError { get; set; }

Implements: ITextResources.PageNumberGreaterThanRangeError

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

C#
public string PageNumberLessThanRangeError { get; set; }

Implements: ITextResources.PageNumberLessThanRangeError

Specifies the Page Setup tooltip.

C#
public string PageSetupToolTip { get; set; }

Implements: ITextResources.PageSetupToolTip

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

C#
public string ParametersToolTip { get; set; }

Implements: ITextResources.ParametersToolTip

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

C#
public string PreviewButtonText { get; set; }

Implements: ITextResources.PreviewButtonText

Specifies the tooltip for the PreviousPage button.

C#
public string PreviousPageToolTip { get; set; }

Implements: ITextResources.PreviousPageToolTip

Specifies the tooltip for the Print Preview.

C#
public string PrintPreviewToolTip { get; set; }

Implements: ITextResources.PrintPreviewToolTip

Specifies the tooltip for the Print button.

C#
public string PrintToolTip { get; set; }

Implements: ITextResources.PrintToolTip

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

C#
public string ProcessingReportMessage { get; set; }

Implements: ITextResources.ProcessingReportMessage

Specifies the tooltip for the Refresh button.

C#
public string RefreshToolTip { get; set; }

Implements: ITextResources.RefreshToolTip

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

C#
public string ReportAutoRunDisabledError { get; set; }

Implements: ITextResources.ReportAutoRunDisabledError

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

C#
public string ReportParametersAreaValidationError { get; set; }

Implements: ITextResources.ReportParametersAreaValidationError

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

C#
public string ReportParametersNullText { get; set; }

Implements: ITextResources.ReportParametersNullText

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

C#
public string ReportParametersSelectAllText { get; set; }

Implements: ITextResources.ReportParametersSelectAllText

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

C#
public string ReportParametersValidationError { get; set; }

Implements: ITextResources.ReportParametersValidationError

Specifies the caption of the Search dialog

C#
public string SearchCaptionLabel { get; set; }

Implements: ITextResources.SearchCaptionLabel

Specifies the tooltip for the MatchCase button

C#
public string SearchMatchCaseToolTip { get; set; }

Implements: ITextResources.SearchMatchCaseToolTip

Specifies the tooltip for the WholeWord button

C#
public string SearchMatchWholeWordToolTip { get; set; }

Implements: ITextResources.SearchMatchWholeWordToolTip

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

C#
public string SearchNoMetadata { get; set; }

Implements: ITextResources.SearchNoMetadata

Specifies the message when no results are found.

C#
public string SearchNoResults { get; set; }

Implements: ITextResources.SearchNoResults

Specifies the format string for displaying the results count

C#
public string SearchResultsFormatString { get; set; }

Implements: ITextResources.SearchResultsFormatString

Specifies the tooltip for the StopSearch button

C#
public string SearchStopToolTip { get; set; }

Implements: ITextResources.SearchStopToolTip

Specifies the tooltip for the Search button.

C#
public string SearchToolTip { get; set; }

Implements: ITextResources.SearchToolTip

Specifies the tooltip for the UseRegex button

C#
public string SearchUseRegexToolTip { get; set; }

Implements: ITextResources.SearchUseRegexToolTip

Specifies the message for the expired session.

C#
public string SessionExpired { get; set; }

Implements: ITextResources.SessionExpired

Specifies the tooltip for the Stop button.

C#
public string StopToolTip { get; set; }

Implements: ITextResources.StopToolTip

Specifies the tooltip for the TotalPages button.

C#
public string TotalPagesToolTip { get; set; }

Implements: ITextResources.TotalPagesToolTip

Specifies the transitional updating parameters message.

C#
public string UpdatingParametersMessage { get; set; }

Implements: ITextResources.UpdatingParametersMessage

Specifies the tooltip for the Zoom select.

C#
public string ZoomToolTip { get; set; }

Implements: ITextResources.ZoomToolTip

Specifies the name for the PageWidth zoom mode.

C#
public string ZoomToPageWidth { get; set; }

Implements: ITextResources.ZoomToPageWidth

Specifies the name for the WholePage zoom mode.

C#
public string ZoomToWholePage { get; set; }

Implements: ITextResources.ZoomToWholePage

Methods

In design time, for the property window to display something more meaningful than the type name.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

In this article
DefinitionConstructorsTextResources()PropertiesAccessibilityDocumentMapAreaAccessibilityPageNumberEditorAccessibilityPageNumberSelectorAccessibilityParameterAccessibilityParameterBooleanAccessibilityParameterDateTimeAccessibilityParameterErrorMessageAccessibilityParameterMultiSelectAccessibilityParameterMultiValueAccessibilityParameterNumericalAccessibilityParameterTextAccessibilityParametersAreaAccessibilityReportContentsAreaAccessibilityReportViewerToolbarAccessibilityStateCheckedAccessibilityStateUncheckedAccessibilityStatusAccessibilityStatusDisabledAccessibilityStatusEnabledAccessibilityToolbarButtonToggleDocumentMapAccessibilityToolbarButtonToggleParametersAllFilesBackToolTipCancelButtonTextConfirmNavigateToFileMessageCurrentPageToolTipDocumentMapToolTipExportErrorExportToolTipExportingMessageFirstPageToolTipForwardToolTipInvalidValueForParameterLabelOfLastPageToolTipLoadingPageMessageNavigateToFileNotAllowedTextNextPageToolTipNoPageToDisplayNoReportErrorPageNumberGreaterThanRangeErrorPageNumberLessThanRangeErrorPageSetupToolTipParametersToolTipPreviewButtonTextPreviousPageToolTipPrintPreviewToolTipPrintToolTipProcessingReportMessageRefreshToolTipReportAutoRunDisabledErrorReportParametersAreaValidationErrorReportParametersNullTextReportParametersSelectAllTextReportParametersValidationErrorSearchCaptionLabelSearchMatchCaseToolTipSearchMatchWholeWordToolTipSearchNoMetadataSearchNoResultsSearchResultsFormatStringSearchStopToolTipSearchToolTipSearchUseRegexToolTipSessionExpiredStopToolTipTotalPagesToolTipUpdatingParametersMessageZoomToPageWidthZoomToWholePageZoomToolTipMethodsToString()
Not finding the help you need?
Contact Support