Class
TextResources

Provides the default tooltips and messages for the viewer.

Definition

Namespace:Telerik.ReportViewer.Wpf

Assembly:Telerik.ReportViewer.Wpf.dll

Syntax:

cs-api-definition
public class TextResources : ITextResources

Inheritance: objectTextResources

Implements: ITextResources

Constructors

TextResources()

Declaration

cs-api-definition
public TextResources()

Properties

AccessibilityDocumentMapArea

Specifies the accessibility text for document map area

Declaration

cs-api-definition
public string AccessibilityDocumentMapArea { get; set; }

Property Value

string

Implements ITextResources.AccessibilityDocumentMapArea

AccessibilityPageNumberEditor

Specifies the accessibility text for PageNumber editor in viewer toolbar

Declaration

cs-api-definition
public string AccessibilityPageNumberEditor { get; set; }

Property Value

string

Implements ITextResources.AccessibilityPageNumberEditor

AccessibilityPageNumberSelector

Specifies the accessibility text for PageNumber selector in viewer toolbar

Declaration

cs-api-definition
public string AccessibilityPageNumberSelector { get; set; }

Property Value

string

Implements ITextResources.AccessibilityPageNumberSelector

AccessibilityParameter

Specifies the accessibility text for parameter instance

Declaration

cs-api-definition
public string AccessibilityParameter { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParameter

AccessibilityParameterBoolean

Specifies the accessibility text for boolean parameter instance

Declaration

cs-api-definition
public string AccessibilityParameterBoolean { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParameterBoolean

AccessibilityParameterDateTime

Specifies the accessibility text for DateTime parameter instance

Declaration

cs-api-definition
public string AccessibilityParameterDateTime { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParameterDateTime

AccessibilityParameterErrorMessage

Specifies the accessibility text for parameter error message

Declaration

cs-api-definition
public string AccessibilityParameterErrorMessage { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParameterErrorMessage

AccessibilityParameterMultiSelect

Specifies the accessibility text for multiselect parameter instance

Declaration

cs-api-definition
public string AccessibilityParameterMultiSelect { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParameterMultiSelect

AccessibilityParameterMultiValue

Specifies the accessibility text for single-select multivalue parameter instance

Declaration

cs-api-definition
public string AccessibilityParameterMultiValue { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParameterMultiValue

AccessibilityParameterNumerical

Specifies the accessibility text for numerical parameter instance

Declaration

cs-api-definition
public string AccessibilityParameterNumerical { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParameterNumerical

AccessibilityParameterText

Specifies the accessibility text for textual parameter instance

Declaration

cs-api-definition
public string AccessibilityParameterText { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParameterText

AccessibilityParametersArea

Specifies the accessibility text for parameters area

Declaration

cs-api-definition
public string AccessibilityParametersArea { get; set; }

Property Value

string

Implements ITextResources.AccessibilityParametersArea

AccessibilityReportContentsArea

Specifies the accessibility text for report contents area

Declaration

cs-api-definition
public string AccessibilityReportContentsArea { get; set; }

Property Value

string

Implements ITextResources.AccessibilityReportContentsArea

AccessibilityReportViewerToolbar

Specifies the accessibility text for report viewer toolbar

Declaration

cs-api-definition
public string AccessibilityReportViewerToolbar { get; set; }

Property Value

string

Implements ITextResources.AccessibilityReportViewerToolbar

AccessibilityStateChecked

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

Declaration

cs-api-definition
public string AccessibilityStateChecked { get; set; }

Property Value

string

Implements ITextResources.AccessibilityStateChecked

AccessibilityStateUnchecked

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

Declaration

cs-api-definition
public string AccessibilityStateUnchecked { get; set; }

Property Value

string

Implements ITextResources.AccessibilityStateUnchecked

AccessibilityStatus

Specifies the accessibility text for the status of a toolbar button

Declaration

cs-api-definition
public string AccessibilityStatus { get; set; }

Property Value

string

Implements ITextResources.AccessibilityStatus

AccessibilityStatusDisabled

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

Declaration

cs-api-definition
public string AccessibilityStatusDisabled { get; set; }

Property Value

string

Implements ITextResources.AccessibilityStatusDisabled

AccessibilityStatusEnabled

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

Declaration

cs-api-definition
public string AccessibilityStatusEnabled { get; set; }

Property Value

string

Implements ITextResources.AccessibilityStatusEnabled

AccessibilityToolbarButtonToggleDocumentMap

Specifies the accessibility text for the document map toolbar button

Declaration

cs-api-definition
public string AccessibilityToolbarButtonToggleDocumentMap { get; set; }

Property Value

string

Implements ITextResources.AccessibilityToolbarButtonToggleDocumentMap

AccessibilityToolbarButtonToggleParameters

Specifies the accessibility text for the parameters toolbar button

Declaration

cs-api-definition
public string AccessibilityToolbarButtonToggleParameters { get; set; }

Property Value

string

Implements ITextResources.AccessibilityToolbarButtonToggleParameters

AllFiles

Specifies the text for the AllFiles filter in the SaveFileDialog.

Declaration

cs-api-definition
public string AllFiles { get; set; }

Property Value

string

Implements ITextResources.AllFiles

BackToolTip

Specifies the tooltip for the Back button.

Declaration

cs-api-definition
public string BackToolTip { get; set; }

Property Value

string

Implements ITextResources.BackToolTip

CancelButtonText

Specifies the text for each Cancel button.

Declaration

cs-api-definition
public string CancelButtonText { get; set; }

Property Value

string

Implements ITextResources.CancelButtonText

ConfirmNavigateToFileMessage

Specifies the confirmation message for opening files from NavigateToUrl action.

Declaration

cs-api-definition
public string ConfirmNavigateToFileMessage { get; set; }

Property Value

string

Implements ITextResources.ConfirmNavigateToFileMessage

CurrentPageToolTip

Specifies the tooltip for the CurrentPage label.

Declaration

cs-api-definition
public string CurrentPageToolTip { get; set; }

Property Value

string

Implements ITextResources.CurrentPageToolTip

DocumentMapToolTip

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

Declaration

cs-api-definition
public string DocumentMapToolTip { get; set; }

Property Value

string

Implements ITextResources.DocumentMapToolTip

ExportError

Specifies the message if there is an export error.

Declaration

cs-api-definition
public string ExportError { get; set; }

Property Value

string

Implements ITextResources.ExportError

ExportToolTip

Specifies the tooltip for the Export button.

Declaration

cs-api-definition
public string ExportToolTip { get; set; }

Property Value

string

Implements ITextResources.ExportToolTip

ExportingMessage

Specifies the transitional exporting message.

Declaration

cs-api-definition
public string ExportingMessage { get; set; }

Property Value

string

Implements ITextResources.ExportingMessage

FirstPageToolTip

Specifies the tooltip for the FirstPage button.

Declaration

cs-api-definition
public string FirstPageToolTip { get; set; }

Property Value

string

Implements ITextResources.FirstPageToolTip

ForwardToolTip

Specifies the tooltip for the Forward button.

Declaration

cs-api-definition
public string ForwardToolTip { get; set; }

Property Value

string

Implements ITextResources.ForwardToolTip

InvalidValueForParameter

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

Declaration

cs-api-definition
public string InvalidValueForParameter { get; set; }

Property Value

string

Implements ITextResources.InvalidValueForParameter

LabelOf

Specifies the label 'of' in the viewer toolbar.

Declaration

cs-api-definition
public string LabelOf { get; set; }

Property Value

string

Implements ITextResources.LabelOf

LastPageToolTip

Specifies the tooltip for the LastPage button.

Declaration

cs-api-definition
public string LastPageToolTip { get; set; }

Property Value

string

Implements ITextResources.LastPageToolTip

LoadingPageMessage

Specifies the transitional loading page message.

Declaration

cs-api-definition
public string LoadingPageMessage { get; set; }

Property Value

string

Implements ITextResources.LoadingPageMessage

NavigateToFileNotAllowedText

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

Declaration

cs-api-definition
public string NavigateToFileNotAllowedText { get; set; }

Property Value

string

Implements ITextResources.NavigateToFileNotAllowedText

NextPageToolTip

Specifies the tooltip for the NextPage button.

Declaration

cs-api-definition
public string NextPageToolTip { get; set; }

Property Value

string

Implements ITextResources.NextPageToolTip

NoPageToDisplay

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

Declaration

cs-api-definition
public string NoPageToDisplay { get; set; }

Property Value

string

Implements ITextResources.NoPageToDisplay

NoReportError

Specifies the error message for missing report.

Declaration

cs-api-definition
public string NoReportError { get; set; }

Property Value

string

Implements ITextResources.NoReportError

PageNumberGreaterThanRangeError

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

Declaration

cs-api-definition
public string PageNumberGreaterThanRangeError { get; set; }

Property Value

string

Implements ITextResources.PageNumberGreaterThanRangeError

PageNumberLessThanRangeError

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

Declaration

cs-api-definition
public string PageNumberLessThanRangeError { get; set; }

Property Value

string

Implements ITextResources.PageNumberLessThanRangeError

PageSetupToolTip

Specifies the Page Setup tooltip.

Declaration

cs-api-definition
public string PageSetupToolTip { get; set; }

Property Value

string

Implements ITextResources.PageSetupToolTip

ParametersToolTip

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

Declaration

cs-api-definition
public string ParametersToolTip { get; set; }

Property Value

string

Implements ITextResources.ParametersToolTip

PreviewButtonText

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

Declaration

cs-api-definition
public string PreviewButtonText { get; set; }

Property Value

string

Implements ITextResources.PreviewButtonText

PreviousPageToolTip

Specifies the tooltip for the PreviousPage button.

Declaration

cs-api-definition
public string PreviousPageToolTip { get; set; }

Property Value

string

Implements ITextResources.PreviousPageToolTip

PrintPreviewToolTip

Specifies the tooltip for the Print Preview.

Declaration

cs-api-definition
public string PrintPreviewToolTip { get; set; }

Property Value

string

Implements ITextResources.PrintPreviewToolTip

PrintToolTip

Specifies the tooltip for the Print button.

Declaration

cs-api-definition
public string PrintToolTip { get; set; }

Property Value

string

Implements ITextResources.PrintToolTip

ProcessingReportMessage

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

Declaration

cs-api-definition
public string ProcessingReportMessage { get; set; }

Property Value

string

Implements ITextResources.ProcessingReportMessage

RefreshToolTip

Specifies the tooltip for the Refresh button.

Declaration

cs-api-definition
public string RefreshToolTip { get; set; }

Property Value

string

Implements ITextResources.RefreshToolTip

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
public string ReportAutoRunDisabledError { get; set; }

Property Value

string

Implements ITextResources.ReportAutoRunDisabledError

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
public string ReportParametersAreaValidationError { get; set; }

Property Value

string

Implements ITextResources.ReportParametersAreaValidationError

ReportParametersNullText

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

Declaration

cs-api-definition
public string ReportParametersNullText { get; set; }

Property Value

string

Implements ITextResources.ReportParametersNullText

ReportParametersSelectAllText

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

Declaration

cs-api-definition
public string ReportParametersSelectAllText { get; set; }

Property Value

string

Implements ITextResources.ReportParametersSelectAllText

ReportParametersValidationError

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

Declaration

cs-api-definition
public string ReportParametersValidationError { get; set; }

Property Value

string

Implements ITextResources.ReportParametersValidationError

SearchCaptionLabel

Specifies the caption of the Search dialog

Declaration

cs-api-definition
public string SearchCaptionLabel { get; set; }

Property Value

string

Implements ITextResources.SearchCaptionLabel

SearchMatchCaseToolTip

Specifies the tooltip for the MatchCase button

Declaration

cs-api-definition
public string SearchMatchCaseToolTip { get; set; }

Property Value

string

Implements ITextResources.SearchMatchCaseToolTip

SearchMatchWholeWordToolTip

Specifies the tooltip for the WholeWord button

Declaration

cs-api-definition
public string SearchMatchWholeWordToolTip { get; set; }

Property Value

string

Implements ITextResources.SearchMatchWholeWordToolTip

SearchNoMetadata

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

Declaration

cs-api-definition
public string SearchNoMetadata { get; set; }

Property Value

string

Implements ITextResources.SearchNoMetadata

SearchNoResults

Specifies the message when no results are found.

Declaration

cs-api-definition
public string SearchNoResults { get; set; }

Property Value

string

Implements ITextResources.SearchNoResults

SearchResultsFormatString

Specifies the format string for displaying the results count

Declaration

cs-api-definition
public string SearchResultsFormatString { get; set; }

Property Value

string

Implements ITextResources.SearchResultsFormatString

SearchStopToolTip

Specifies the tooltip for the StopSearch button

Declaration

cs-api-definition
public string SearchStopToolTip { get; set; }

Property Value

string

Implements ITextResources.SearchStopToolTip

SearchToolTip

Specifies the tooltip for the Search button.

Declaration

cs-api-definition
public string SearchToolTip { get; set; }

Property Value

string

Implements ITextResources.SearchToolTip

SearchUseRegexToolTip

Specifies the tooltip for the UseRegex button

Declaration

cs-api-definition
public string SearchUseRegexToolTip { get; set; }

Property Value

string

Implements ITextResources.SearchUseRegexToolTip

SessionExpired

Specifies the message for the expired session.

Declaration

cs-api-definition
public string SessionExpired { get; set; }

Property Value

string

Implements ITextResources.SessionExpired

StopToolTip

Specifies the tooltip for the Stop button.

Declaration

cs-api-definition
public string StopToolTip { get; set; }

Property Value

string

Implements ITextResources.StopToolTip

TotalPagesToolTip

Specifies the tooltip for the TotalPages button.

Declaration

cs-api-definition
public string TotalPagesToolTip { get; set; }

Property Value

string

Implements ITextResources.TotalPagesToolTip

UpdatingParametersMessage

Specifies the transitional updating parameters message.

Declaration

cs-api-definition
public string UpdatingParametersMessage { get; set; }

Property Value

string

Implements ITextResources.UpdatingParametersMessage

ZoomToPageWidth

Specifies the name for the PageWidth zoom mode.

Declaration

cs-api-definition
public string ZoomToPageWidth { get; set; }

Property Value

string

Implements ITextResources.ZoomToPageWidth

ZoomToWholePage

Specifies the name for the WholePage zoom mode.

Declaration

cs-api-definition
public string ZoomToWholePage { get; set; }

Property Value

string

Implements ITextResources.ZoomToWholePage

ZoomToolTip

Specifies the tooltip for the Zoom select.

Declaration

cs-api-definition
public string ZoomToolTip { get; set; }

Property Value

string

Implements ITextResources.ZoomToolTip

Methods

ToString()

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

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()

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