New to Telerik ReportingStart a free 30-day trial

Use to customize the texts for labels, tooltips and messages.

Definition

Namespace:Telerik.ReportViewer.WinForms

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

C#
public class Resources : ObservableObject

Inheritance: objectObservableObjectResources

Inherited Members ObservableObject.OnPropertyChanged(string)ObservableObject.PropertyChanged

Constructors

C#
public Resources()

Properties

Specifies the message for the AccessibilityDocumentMapArea constant.

C#
public string AccessibilityDocumentMapArea { get; set; }

Specifies the message for the AccessibilityErrorMessage constant.

C#
public string AccessibilityErrorMessage { get; set; }

Specifies the message for the AccessibilityExpandable constant.

C#
public string AccessibilityExpandable { get; set; }

Specifies the message for the AccessibilityMultiSelect constant.

C#
public string AccessibilityMultiSelect { get; set; }

Specifies the message for the AccessibilityMultiValue constant.

C#
public string AccessibilityMultiValue { get; set; }

Specifies the message for the AccessibilityPageNumberEditor constant.

C#
public string AccessibilityPageNumberEditor { get; set; }

Specifies the message for the AccessibilityPageNumberSelector constant.

C#
public string AccessibilityPageNumberSelector { get; set; }

Specifies the message for the AccessibilityParameter constant.

C#
public string AccessibilityParameter { get; set; }

Specifies the message for the AccessibilityParameterBoolean constant.

C#
public string AccessibilityParameterBoolean { get; set; }

Specifies the message for the AccessibilityParameterDateTime constant.

C#
public string AccessibilityParameterDateTime { get; set; }

Specifies the message for the AccessibilityParameterInfo constant.

C#
public string AccessibilityParameterInfo { get; set; }

Specifies the message for the AccessibilityParameterNumerical constant.

C#
public string AccessibilityParameterNumerical { get; set; }

Specifies the message for the AccessibilityParametersArea constant.

C#
public string AccessibilityParametersArea { get; set; }

Specifies the message for the AccessibilityParameterText constant.

C#
public string AccessibilityParameterText { get; set; }

Specifies the message for the AccessibilityReportContentsArea constant.

C#
public string AccessibilityReportContentsArea { get; set; }

Specifies the message for the AccessibilityReportViewerToolbar constant.

C#
public string AccessibilityReportViewerToolbar { get; set; }

Specifies the message for the AccessibilitySingleValue constant.

C#
public string AccessibilitySingleValue { get; set; }

Specifies the message for the Status constant.

C#
public string AccessibilityStatus { get; set; }

Specifies the message for the AccessibilityStatusDisabled constant.

C#
public string AccessibilityStatusDisabled { get; set; }

Specifies the message for the AccessibilityStatusEnabled constant.

C#
public string AccessibilityStatusEnabled { get; set; }

AllFiles

string

Specifies the text for the AllFiles filter in the SaveFileDialog.

C#
public string AllFiles { get; set; }

Specifies the tooltip for the Back button.

C#
public string BackToolTip { get; set; }

Specifies the confirmation message for opening files from NavigateToUrl action.

C#
public string ConfirmNavigateToFileMessage { get; set; }

Specifies the tooltip for the CurrentPage label.

C#
public string CurrentPageToolTip { get; set; }

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

C#
public string DocumentMapToolTip { get; set; }

Specifies the error message on export.

C#
public string ExportError { get; set; }

Specifies the tooltip for the Export button.

C#
public string ExportToolTip { get; set; }

Specifies the tooltip for the FirstPage button.

C#
public string FirstPageToolTip { get; set; }

Specifies the tooltip for the Back button.

C#
public string ForwardToolTip { get; set; }

Specifies the caption of the message boxes shown by the viewer.

C#
public string GenericMessageBoxCaption { get; set; }

LabelOf

string

Specifies the text for the 'of' conjunction label.

C#
public string LabelOf { get; set; }

Specifies the tooltip for the LastPage button.

C#
public string LastPageToolTip { get; set; }

Specifies the text for the error when the Report property is not set.

C#
public string MissingReportSource { get; set; }

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

C#
public string NavigateToFileNotAllowedText { get; set; }

Specifies the tooltip for the NextPage button.

C#
public string NextPageToolTip { get; set; }

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

C#
public string NoPageToDisplay { get; set; }

Specifies the tooltip for the PageSetup button.

C#
public string PageSetupToolTip { get; set; }

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

C#
public string ParametersToolTip { get; set; }

Specifies the tooltip for the PreviousPage button.

C#
public string PreviousPageToolTip { get; set; }

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

C#
public string PrintPreviewToolTip { get; set; }

Specifies the tooltip for the Print button.

C#
public string PrintToolTip { get; set; }

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

C#
public string ProcessingReportMessage { get; set; }

Specifies the tooltip for the Refresh button.

C#
public string RefreshToolTip { get; set; }

Specifies the message which appears when the automatic preview of a report is disabled.

C#
public string ReportAutoRunDisabledError { get; set; }

Specifies the error message when the parameter does not allow empty strings.

C#
public string ReportParametersEmptyStringError { get; set; }

Specifies the text for the False value label in a boolean parameter editor.

C#
public string ReportParametersFalseValueLabel { get; set; }

Specifies the message which appears when not all the parameters are set.

C#
public string ReportParametersInputDataError { get; set; }

Specifies the text for the InvalidValue error.

C#
public string ReportParametersInvalidValueText { get; set; }

Specifies the message when a value should be selected for a parameter.

C#
public string ReportParametersNoValueText { get; set; }

Specifies the text for the NULL checkbox.

C#
public string ReportParametersNullText { get; set; }

Specifies the text for the Preview button.

C#
public string ReportParametersPreviewButtonText { get; set; }

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

C#
public string ReportParametersSelectAllText { get; set; }

Specifies the <select a value> text for a dropdown parameter editor.

C#
public string ReportParametersSelectAValueText { get; set; }

Specifies the text for the True value label in a boolean parameter editor.

C#
public string ReportParametersTrueValueLabel { get; set; }

Specifies the text for search dialog caption

C#
public string SearchCaptionLabel { get; set; }

Specifies the tooltip for the "match case" button.

C#
public string SearchMatchCaseToolTip { get; set; }

Specifies the tooltip for the "match whole word" button.

C#
public string SearchMatchWholeWord { get; set; }

Specifies the text for no metadata provided

C#
public string SearchNoMetadata { get; set; }

Specifies the text for no results found

C#
public string SearchNoResults { get; set; }

Specifies the text for results format string

C#
public string SearchResultsFormatString { get; set; }

Specifies the text for label for showing first N items in search grid

C#
public string SearchShowFirstNResultsInGrid { get; set; }

Specifies the tooltip for "stop search" button.

C#
public string SearchStopToolTip { get; set; }

Specifies the tooltip for the search button.

C#
public string SearchToolTip { get; set; }

Specifies the tooltip for "use regular expressions" button.

C#
public string SearchUseRegexToolTip { get; set; }

Specifies the message for the expired session.

C#
public string SessionExpired { get; set; }

Specifies the message when the report processing is canceled.

C#
public string StopProcessing { get; set; }

Specifies the tooltip for the Stop button.

C#
public string StopToolTip { get; set; }

Specifies the tooltip for the TotalPages button.

C#
public string TotalPagesToolTip { get; set; }

Specifies the format for the zoom percent numbers.

C#
public string ZoomPercentFormat { get; set; }

Specifies the tooltip for the Zoom select.

C#
public string ZoomToolTip { get; set; }

Specifies the name for the PageWidth zoom mode.

C#
public string ZoomToPageWidth { get; set; }

Specifies the name for the WholePage zoom mode.

C#
public string ZoomToWholePage { get; set; }

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

In this article
DefinitionConstructorsResources()PropertiesAccessibilityDocumentMapAreaAccessibilityErrorMessageAccessibilityExpandableAccessibilityMultiSelectAccessibilityMultiValueAccessibilityPageNumberEditorAccessibilityPageNumberSelectorAccessibilityParameterAccessibilityParameterBooleanAccessibilityParameterDateTimeAccessibilityParameterInfoAccessibilityParameterNumericalAccessibilityParameterTextAccessibilityParametersAreaAccessibilityReportContentsAreaAccessibilityReportViewerToolbarAccessibilitySingleValueAccessibilityStatusAccessibilityStatusDisabledAccessibilityStatusEnabledAllFilesBackToolTipConfirmNavigateToFileMessageCurrentPageToolTipDocumentMapToolTipExportErrorExportToolTipFirstPageToolTipForwardToolTipGenericMessageBoxCaptionLabelOfLastPageToolTipMissingReportSourceNavigateToFileNotAllowedTextNextPageToolTipNoPageToDisplayPageSetupToolTipParametersToolTipPreviousPageToolTipPrintPreviewToolTipPrintToolTipProcessingReportMessageRefreshToolTipReportAutoRunDisabledErrorReportParametersEmptyStringErrorReportParametersFalseValueLabelReportParametersInputDataErrorReportParametersInvalidValueTextReportParametersNoValueTextReportParametersNullTextReportParametersPreviewButtonTextReportParametersSelectAValueTextReportParametersSelectAllTextReportParametersTrueValueLabelSearchCaptionLabelSearchMatchCaseToolTipSearchMatchWholeWordSearchNoMetadataSearchNoResultsSearchResultsFormatStringSearchShowFirstNResultsInGridSearchStopToolTipSearchToolTipSearchUseRegexToolTipSessionExpiredStopProcessingStopToolTipTotalPagesToolTipZoomPercentFormatZoomToPageWidthZoomToWholePageZoomToolTipMethodsToString()
Not finding the help you need?
Contact Support