Class Resources
Inheritance
Inherited Members
Namespace: Telerik.ReportViewer.WebForms
Assembly: Telerik.ReportViewer.WebForms.dll
Syntax
public class Resources : IStateManager, INotifyPropertyChanged
Constructors
Resources()
Declaration
public Resources()
Properties
CurrentPageToolTip
Specifies the tooltip for the current page label.
Declaration
public string CurrentPageToolTip { get; set; }
Property Value
System.String
|
DocumentMapToolTip
Specifies the tooltips for the toggle parameters area button. The two texts are separated by '|'.
Declaration
public string DocumentMapToolTip { get; set; }
Property Value
System.String
|
ExportButtonText
Specifies the text for the Export button.
Declaration
public string ExportButtonText { get; set; }
Property Value
System.String
|
ExportSelectFormatText
Specifies the <select export format> text in the Export select input.
Declaration
public string ExportSelectFormatText { get; set; }
Property Value
System.String
|
ExportToolTip
Specifies the tooltip for the Export button.
Declaration
public string ExportToolTip { get; set; }
Property Value
System.String
|
FirstPageToolTip
Specifies the tooltip for the FirstPage button.
Declaration
public string FirstPageToolTip { get; set; }
Property Value
System.String
|
LabelOf
Specifies the text for the 'of' conjunction label.
Declaration
public string LabelOf { get; set; }
Property Value
System.String
|
LastPageToolTip
Specifies the tooltip for the LastPage button.
Declaration
public string LastPageToolTip { get; set; }
Property Value
System.String
|
MissingReportSource
Specifies the text for the error message when report source is null.
Declaration
public string MissingReportSource { get; set; }
Property Value
System.String
|
NavigateBackToolTip
NavigateForwardToolTip
NextPageToolTip
Specifies the tooltip for the NextPage button.
Declaration
public string NextPageToolTip { get; set; }
Property Value
System.String
|
NoPageToDisplay
Specifies the text which appears if there are no pages to display.
Declaration
public string NoPageToDisplay { get; set; }
Property Value
System.String
|
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
|
PreviousPageToolTip
Specifies the tooltip for the PreviousPage button.
Declaration
public string PreviousPageToolTip { get; set; }
Property Value
System.String
|
PrintToolTip
Specifies the tooltip for the Print button.
Declaration
public string PrintToolTip { get; set; }
Property Value
System.String
|
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
|
RefreshToolTip
Specifies the tooltip for the Refresh button.
Declaration
public string RefreshToolTip { get; set; }
Property Value
System.String
|
ReportParametersFalseValueLabel
Specifies the text for the False value label in a boolean parameter editor.
Declaration
public string ReportParametersFalseValueLabel { get; set; }
Property Value
System.String
|
ReportParametersInputDataError
Specifies the message which appears when not all the parameters are set.
Declaration
public string ReportParametersInputDataError { get; set; }
Property Value
System.String
|
ReportParametersInvalidValueText
Specifies the text for the InvalidValue error.
Declaration
public string ReportParametersInvalidValueText { get; set; }
Property Value
System.String
|
ReportParametersNoValueText
Specifies the message when a value should be selected for a parameter.
Declaration
public string ReportParametersNoValueText { get; set; }
Property Value
System.String
|
ReportParametersNullText
Specifies the text for the NULL checkbox.
Declaration
public string ReportParametersNullText { get; set; }
Property Value
System.String
|
ReportParametersPreviewButtonText
Specifies the text for the Preview button.
Declaration
public string ReportParametersPreviewButtonText { get; set; }
Property Value
System.String
|
ReportParametersSelectAllText
Specifies the <select all> text for a multivalue parameter editor.
Declaration
public string ReportParametersSelectAllText { get; set; }
Property Value
System.String
|
ReportParametersSelectAValueText
Specifies the <select a value> text for a dropdown parameter editor.
Declaration
public string ReportParametersSelectAValueText { get; set; }
Property Value
System.String
|
ReportParametersTrueValueLabel
Specifies the text for the True value label in a boolean parameter editor.
Declaration
public string ReportParametersTrueValueLabel { get; set; }
Property Value
System.String
|
SessionHasExpiredError
Specifies the error to be displayed when session has expired.
Declaration
public string SessionHasExpiredError { get; set; }
Property Value
System.String
|
SessionHasExpiredMessage
Specifies the message to be displayed when session has expired.
Declaration
public string SessionHasExpiredMessage { get; set; }
Property Value
System.String
|
TogglePageLayoutToolTip
Specifies the tooltip for the TogglePageLayout button.
Declaration
public string TogglePageLayoutToolTip { get; set; }
Property Value
System.String
|
ZoomToPageWidth
Specifies the name for the PageWidth zoom mode.
Declaration
public string ZoomToPageWidth { get; set; }
Property Value
System.String
|
ZoomToWholePage
Specifies the name for the WholePage zoom mode.
Declaration
public string ZoomToWholePage { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|