Class TextResources
Provides the default tooltips and messages for the viewer.
Inheritance
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class TextResources : Object, ITextResources
Constructors
TextResources()
Declaration
public TextResources()
Properties
AllFiles
Specifies the text for the AllFiles filter in the SaveFileDialog.
Declaration
public string AllFiles { get; set; }
Property Value
System.String
|
Implements
BackToolTip
Specifies the tooltip for the Back button.
Declaration
public string BackToolTip { get; set; }
Property Value
System.String
|
Implements
CancelExportButtonText
Specifies the text for each Cancel button.
Declaration
public string CancelExportButtonText { get; set; }
Property Value
System.String
|
Implements
CancellingPrintMessage
Specifies the text for the message that is displayed when printing is cancelled.
Declaration
public string CancellingPrintMessage { get; set; }
Property Value
System.String
|
Implements
CancelPrintButtonText
Specifies the text for each Cancel button.
Declaration
public string CancelPrintButtonText { get; set; }
Property Value
System.String
|
Implements
CannotConvertTypeError
Specifies the message for the type conversion error.
Declaration
public string CannotConvertTypeError { get; set; }
Property Value
System.String
|
Implements
CurrentPageToolTip
Specifies the tooltip for the CurrentPage label.
Declaration
public string CurrentPageToolTip { get; set; }
Property Value
System.String
|
Implements
DocumentMapToolTip
Specifies the tooltips for the toggle document map area button. The two texts are separated by '|'.
Declaration
public string DocumentMapToolTip { get; set; }
Property Value
System.String
|
Implements
DocumentReadyForPrintMessage
Specifies the text for the message that is displayed when the document is ready for printing.
Declaration
public string DocumentReadyForPrintMessage { get; set; }
Property Value
System.String
|
Implements
ExportingProgressMessage
Specifies the text for the export progress message.
Declaration
public string ExportingProgressMessage { get; set; }
Property Value
System.String
|
Implements
ExportToolTip
Specifies the tooltip for the Export button.
Declaration
public string ExportToolTip { get; set; }
Property Value
System.String
|
Implements
FileReadyToSaveMessage
Specifies the text for the message that is displayed when the file is ready to be saved.
Declaration
public string FileReadyToSaveMessage { get; set; }
Property Value
System.String
|
Implements
FirstPageToolTip
Specifies the tooltip for the FirstPage button.
Declaration
public string FirstPageToolTip { get; set; }
Property Value
System.String
|
Implements
ForwardToolTip
Specifies the tooltip for the Forward button.
Declaration
public string ForwardToolTip { get; set; }
Property Value
System.String
|
Implements
InvalidValueForParameter
Specifies the text for the tooltip shown when validating parameter results in an invalid value
Declaration
public string InvalidValueForParameter { get; set; }
Property Value
System.String
|
Implements
LabelOf
Specifies the label 'of' in the viewer toolbar.
Declaration
public string LabelOf { get; set; }
Property Value
System.String
|
Implements
LastPageToolTip
Specifies the tooltip for the LastPage button.
Declaration
public string LastPageToolTip { get; set; }
Property Value
System.String
|
Implements
LoadingPageMessage
Specifies the transitional loading page message.
Declaration
public string LoadingPageMessage { get; set; }
Property Value
System.String
|
Implements
MultipleValuesNotSupportedError
Specifies the text for the message that is displayed when the parameter does not support multiple values.
Declaration
public string MultipleValuesNotSupportedError { get; set; }
Property Value
System.String
|
Implements
NextPageToolTip
Specifies the tooltip for the NextPage button.
Declaration
public string NextPageToolTip { get; set; }
Property Value
System.String
|
Implements
NoPageToDisplay
Specifies the text which appears if there are no pages to display.
Declaration
public string NoPageToDisplay { get; set; }
Property Value
System.String
|
Implements
NoReportError
Specifies the error message for missing report.
Declaration
public string NoReportError { get; set; }
Property Value
System.String
|
Implements
PageNumberGreaterThanRangeError
Specifies the error message for the case when the page number is greater than the count of pages.
Declaration
public string PageNumberGreaterThanRangeError { get; set; }
Property Value
System.String
|
Implements
PageNumberLessThanRangeError
Specifies the error message for the case when the page number is less than 1.
Declaration
public string PageNumberLessThanRangeError { get; set; }
Property Value
System.String
|
Implements
ParametersToolTip
Specifies the tooltips for the toggle parameters area button. The two texts are separated by '|'.
Declaration
public string ParametersToolTip { get; set; }
Property Value
System.String
|
Implements
PreparingForPrintMessage
Specifies the text for the message that is displayed when the report is being prepared for printing.
Declaration
public string PreparingForPrintMessage { get; set; }
Property Value
System.String
|
Implements
PreviewButtonText
Specifies the text for the Preview button.
Declaration
public string PreviewButtonText { get; set; }
Property Value
System.String
|
Implements
PreviousPageToolTip
Specifies the tooltip for the PreviousPage button.
Declaration
public string PreviousPageToolTip { get; set; }
Property Value
System.String
|
Implements
PrintButtonText
Specifies the text for the dialog Print button.
Declaration
public string PrintButtonText { get; set; }
Property Value
System.String
|
Implements
PrintingRequiresBrowserError
Specifies the text for the message that is displayed when trying to print Out-of-Browser.
Declaration
public string PrintingRequiresBrowserError { get; set; }
Property Value
System.String
|
Implements
PrintPreviewToolTip
Specifies the tooltip for the Print Preview.
Declaration
public string PrintPreviewToolTip { get; set; }
Property Value
System.String
|
Implements
PrintProgressMessage
Specifies the text for the message that show which page is currently being printed.
Declaration
public string PrintProgressMessage { get; set; }
Property Value
System.String
|
Implements
PrintToolTip
Specifies the tooltip for the Print button.
Declaration
public string PrintToolTip { get; set; }
Property Value
System.String
|
Implements
ProcessingReportMessage
Specifies the text for the wait message shown while the report is being processed.
Declaration
public string ProcessingReportMessage { get; set; }
Property Value
System.String
|
Implements
RefreshToolTip
Specifies the tooltip for the Refresh button.
Declaration
public string RefreshToolTip { get; set; }
Property Value
System.String
|
Implements
ReportParametersAreaValidationError
Specifies the error message for the case when the report parameters are set from the parameters area in the report viewer.
Declaration
public string ReportParametersAreaValidationError { get; set; }
Property Value
System.String
|
Implements
ReportParametersNullText
Specifies the checkbox text for the parameters area for the case when nulls are allowed as parameters.
Declaration
public string ReportParametersNullText { get; set; }
Property Value
System.String
|
Implements
ReportParametersSelectAllText
Specifies the <select all> text for a multivalue parameter editor.
Declaration
public string ReportParametersSelectAllText { get; set; }
Property Value
System.String
|
Implements
ReportParametersValidationError
Specifies the error message for the case when the report parameters are wrong or missing.
Declaration
public string ReportParametersValidationError { get; set; }
Property Value
System.String
|
Implements
SaveButtonText
Specifies the text for the dialog Save button.
Declaration
public string SaveButtonText { get; set; }
Property Value
System.String
|
Implements
StartingPrintMessage
Specifies the text for the message that is displayed when printing is started.
Declaration
public string StartingPrintMessage { get; set; }
Property Value
System.String
|
Implements
SwitchToPrintPreviewMessage
Specifies the tooltip of the Print button that is displayed when trying to print from Interactive View.
Declaration
public string SwitchToPrintPreviewMessage { get; set; }
Property Value
System.String
|
TotalPagesToolTip
Specifies the tooltip for the TotalPages button.
Declaration
public string TotalPagesToolTip { get; set; }
Property Value
System.String
|
Implements
UnableToExportError
Specifies the text for the message that is displayed when the report is not exported.
Declaration
public string UnableToExportError { get; set; }
Property Value
System.String
|
Implements
UpdatingParametersDoneMessage
Specifies the text for the message that is displayed when the updating of parameters is finished.
Declaration
public string UpdatingParametersDoneMessage { get; set; }
Property Value
System.String
|
Implements
UpdatingParametersMessage
Specifies the transitional updating parameters message.
Declaration
public string UpdatingParametersMessage { get; set; }
Property Value
System.String
|
Implements
ZoomToolTip
Specifies the tooltip for the Zoom select.
Declaration
public string ZoomToolTip { get; set; }
Property Value
System.String
|
Implements
ZoomToPageWidth
Specifies the name for the PageWidth zoom mode.
Declaration
public string ZoomToPageWidth { get; set; }
Property Value
System.String
|
Implements
ZoomToWholePage
Specifies the name for the WholePage zoom mode.
Declaration
public string ZoomToWholePage { get; set; }
Property Value
System.String
|
Implements
Methods
ToString()
In design time, for the property window to display something more meaningful than the type name.
Declaration
public override string ToString()
Returns
System.String
|