Resources
Use to customize the texts for labels, tooltips and messages.
Definition
Namespace:Telerik.ReportViewer.WinForms
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
public class Resources : ObservableObject
Inheritance: objectObservableObjectResources
Inherited Members
Constructors
public Resources()
Properties
Specifies the message for the AccessibilityDocumentMapArea constant.
public string AccessibilityDocumentMapArea { get; set; }
Specifies the message for the AccessibilityErrorMessage constant.
public string AccessibilityErrorMessage { get; set; }
AccessibilityExpandable
string
Specifies the message for the AccessibilityExpandable constant.
public string AccessibilityExpandable { get; set; }
AccessibilityMultiSelect
string
Specifies the message for the AccessibilityMultiSelect constant.
public string AccessibilityMultiSelect { get; set; }
AccessibilityMultiValue
string
Specifies the message for the AccessibilityMultiValue constant.
public string AccessibilityMultiValue { get; set; }
Specifies the message for the AccessibilityPageNumberEditor constant.
public string AccessibilityPageNumberEditor { get; set; }
Specifies the message for the AccessibilityPageNumberSelector constant.
public string AccessibilityPageNumberSelector { get; set; }
AccessibilityParameter
string
Specifies the message for the AccessibilityParameter constant.
public string AccessibilityParameter { get; set; }
Specifies the message for the AccessibilityParameterBoolean constant.
public string AccessibilityParameterBoolean { get; set; }
Specifies the message for the AccessibilityParameterDateTime constant.
public string AccessibilityParameterDateTime { get; set; }
Specifies the message for the AccessibilityParameterInfo constant.
public string AccessibilityParameterInfo { get; set; }
Specifies the message for the AccessibilityParameterNumerical constant.
public string AccessibilityParameterNumerical { get; set; }
Specifies the message for the AccessibilityParametersArea constant.
public string AccessibilityParametersArea { get; set; }
Specifies the message for the AccessibilityParameterText constant.
public string AccessibilityParameterText { get; set; }
Specifies the message for the AccessibilityReportContentsArea constant.
public string AccessibilityReportContentsArea { get; set; }
Specifies the message for the AccessibilityReportViewerToolbar constant.
public string AccessibilityReportViewerToolbar { get; set; }
AccessibilitySingleValue
string
Specifies the message for the AccessibilitySingleValue constant.
public string AccessibilitySingleValue { get; set; }
AccessibilityStatus
string
Specifies the message for the Status constant.
public string AccessibilityStatus { get; set; }
Specifies the message for the AccessibilityStatusDisabled constant.
public string AccessibilityStatusDisabled { get; set; }
Specifies the message for the AccessibilityStatusEnabled constant.
public string AccessibilityStatusEnabled { get; set; }
AllFiles
string
Specifies the text for the AllFiles filter in the SaveFileDialog.
public string AllFiles { get; set; }
BackToolTip
string
Specifies the tooltip for the Back button.
public string BackToolTip { get; set; }
Specifies the confirmation message for opening files from NavigateToUrl action.
public string ConfirmNavigateToFileMessage { get; set; }
CurrentPageToolTip
string
Specifies the tooltip for the CurrentPage label.
public string CurrentPageToolTip { get; set; }
DocumentMapToolTip
string
Specifies the tooltips for the toggle document map area button. The two texts are separated by '|'.
public string DocumentMapToolTip { get; set; }
ExportError
string
Specifies the error message on export.
public string ExportError { get; set; }
ExportToolTip
string
Specifies the tooltip for the Export button.
public string ExportToolTip { get; set; }
FirstPageToolTip
string
Specifies the tooltip for the FirstPage button.
public string FirstPageToolTip { get; set; }
ForwardToolTip
string
Specifies the tooltip for the Back button.
public string ForwardToolTip { get; set; }
GenericMessageBoxCaption
string
Specifies the caption of the message boxes shown by the viewer.
public string GenericMessageBoxCaption { get; set; }
LabelOf
string
Specifies the text for the 'of' conjunction label.
public string LabelOf { get; set; }
LastPageToolTip
string
Specifies the tooltip for the LastPage button.
public string LastPageToolTip { get; set; }
MissingReportSource
string
Specifies the text for the error when the Report property is not set.
public string MissingReportSource { get; set; }
Specifies the exception message when opening files from NavigateToUrl action is not allowed.
public string NavigateToFileNotAllowedText { get; set; }
NextPageToolTip
string
Specifies the tooltip for the NextPage button.
public string NextPageToolTip { get; set; }
NoPageToDisplay
string
Specifies the text which appears if there are no pages to display.
public string NoPageToDisplay { get; set; }
PageSetupToolTip
string
Specifies the tooltip for the PageSetup button.
public string PageSetupToolTip { get; set; }
ParametersToolTip
string
Specifies the tooltips for the toggle parameters area button. The two texts are separated by '|'.
public string ParametersToolTip { get; set; }
PreviousPageToolTip
string
Specifies the tooltip for the PreviousPage button.
public string PreviousPageToolTip { get; set; }
PrintPreviewToolTip
string
Specifies the tooltips for the toggle parameters area button. The two texts are separated by '|'.
public string PrintPreviewToolTip { get; set; }
PrintToolTip
string
Specifies the tooltip for the Print button.
public string PrintToolTip { get; set; }
ProcessingReportMessage
string
Specifies the text for the wait message shown while the report is being processed.
public string ProcessingReportMessage { get; set; }
RefreshToolTip
string
Specifies the tooltip for the Refresh button.
public string RefreshToolTip { get; set; }
Specifies the message which appears when the automatic preview of a report is disabled.
public string ReportAutoRunDisabledError { get; set; }
Specifies the error message when the parameter does not allow empty strings.
public string ReportParametersEmptyStringError { get; set; }
Specifies the text for the False value label in a boolean parameter editor.
public string ReportParametersFalseValueLabel { get; set; }
Specifies the message which appears when not all the parameters are set.
public string ReportParametersInputDataError { get; set; }
Specifies the text for the InvalidValue error.
public string ReportParametersInvalidValueText { get; set; }
Specifies the message when a value should be selected for a parameter.
public string ReportParametersNoValueText { get; set; }
ReportParametersNullText
string
Specifies the text for the NULL checkbox.
public string ReportParametersNullText { get; set; }
Specifies the text for the Preview button.
public string ReportParametersPreviewButtonText { get; set; }
Specifies the <select all> text for a multivalue parameter editor.
public string ReportParametersSelectAllText { get; set; }
Specifies the <select a value> text for a dropdown parameter editor.
public string ReportParametersSelectAValueText { get; set; }
Specifies the text for the True value label in a boolean parameter editor.
public string ReportParametersTrueValueLabel { get; set; }
SearchCaptionLabel
string
Specifies the text for search dialog caption
public string SearchCaptionLabel { get; set; }
SearchMatchCaseToolTip
string
Specifies the tooltip for the "match case" button.
public string SearchMatchCaseToolTip { get; set; }
SearchMatchWholeWord
string
Specifies the tooltip for the "match whole word" button.
public string SearchMatchWholeWord { get; set; }
SearchNoMetadata
string
Specifies the text for no metadata provided
public string SearchNoMetadata { get; set; }
SearchNoResults
string
Specifies the text for no results found
public string SearchNoResults { get; set; }
Specifies the text for results format string
public string SearchResultsFormatString { get; set; }
Specifies the text for label for showing first N items in search grid
public string SearchShowFirstNResultsInGrid { get; set; }
SearchStopToolTip
string
Specifies the tooltip for "stop search" button.
public string SearchStopToolTip { get; set; }
SearchToolTip
string
Specifies the tooltip for the search button.
public string SearchToolTip { get; set; }
SearchUseRegexToolTip
string
Specifies the tooltip for "use regular expressions" button.
public string SearchUseRegexToolTip { get; set; }
SessionExpired
string
Specifies the message for the expired session.
public string SessionExpired { get; set; }
StopProcessing
string
Specifies the message when the report processing is canceled.
public string StopProcessing { get; set; }
StopToolTip
string
Specifies the tooltip for the Stop button.
public string StopToolTip { get; set; }
TotalPagesToolTip
string
Specifies the tooltip for the TotalPages button.
public string TotalPagesToolTip { get; set; }
ZoomPercentFormat
string
Specifies the format for the zoom percent numbers.
public string ZoomPercentFormat { get; set; }
ZoomToolTip
string
Specifies the tooltip for the Zoom select.
public string ZoomToolTip { get; set; }
ZoomToPageWidth
string
Specifies the name for the PageWidth zoom mode.
public string ZoomToPageWidth { get; set; }
ZoomToWholePage
string
Specifies the name for the WholePage zoom mode.
public string ZoomToWholePage { get; set; }
Methods
ToString()
string
public override string ToString()
string
Overrides: