Imports System Imports System.Collections.Generic Imports System.Text Imports Microsoft.Reporting.WebForms Public Class ReportViewerCustomMessages Implements Microsoft.Reporting.WebForms.IReportViewerMessages Public ReadOnly Property BackButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.BackButtonToolTip Get Return Resources.Resource.BackButtonToolTip 'Return "Back" End Get End Property Public ReadOnly Property ChangeCredentialsText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ChangeCredentialsText Get Return Resources.Resource.ChangeCredentialsText 'Return "Change Credentials" End Get End Property Public ReadOnly Property ChangeCredentialsToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ChangeCredentialsToolTip Get Return Resources.Resource.ChangeCredentialsToolTip 'Return "Change Credentials" End Get End Property Public ReadOnly Property CurrentPageTextBoxToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.CurrentPageTextBoxToolTip Get Return Resources.Resource.CurrentPageTextBoxToolTip 'Return "Current Page" End Get End Property Public ReadOnly Property DocumentMap() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.DocumentMap Get Return Resources.Resource.DocumentMap 'Return "Document Map" End Get End Property Public ReadOnly Property DocumentMapButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.DocumentMapButtonToolTip Get Return Resources.Resource.DocumentMapButtonToolTip 'Return "Document Map" End Get End Property Public ReadOnly Property ExportButtonText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ExportButtonText Get Return Resources.Resource.ExportButtonText 'Return "Export" End Get End Property Public ReadOnly Property ExportButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ExportButtonToolTip Get Return Resources.Resource.ExportButtonToolTip 'Return "Export" End Get End Property Public ReadOnly Property ExportFormatsToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ExportFormatsToolTip Get Return Resources.Resource.ExportFormatsToolTip 'Return "Export" End Get End Property Public ReadOnly Property FalseValueText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.FalseValueText Get Return Resources.Resource.FalseValueText 'Return "False" End Get End Property Public ReadOnly Property FindButtonText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.FindButtonText Get Return Resources.Resource.FindButtonText 'Return "Find" End Get End Property Public ReadOnly Property FindButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.FindButtonToolTip Get Return Resources.Resource.FindButtonToolTip 'Return "Find" End Get End Property Public ReadOnly Property FindNextButtonText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.FindNextButtonText Get Return Resources.Resource.FindNextButtonText 'Return "Find Next" End Get End Property Public ReadOnly Property FindNextButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.FindNextButtonToolTip Get Return Resources.Resource.FindNextButtonToolTip 'Return "Find Next" End Get End Property Public ReadOnly Property FirstPageButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.FirstPageButtonToolTip Get Return Resources.Resource.FirstPageButtonToolTip 'Return "First Page" End Get End Property Public ReadOnly Property InvalidPageNumber() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.InvalidPageNumber Get Return Resources.Resource.InvalidPageNumber 'Return "Invalid Page Number" End Get End Property Public ReadOnly Property LastPageButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.LastPageButtonToolTip Get Return Resources.Resource.LastPageButtonToolTip 'Return "Last Page" End Get End Property Public ReadOnly Property NextPageButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.NextPageButtonToolTip Get Return Resources.Resource.NextPageButtonToolTip 'Return "Next Page" End Get End Property Public ReadOnly Property NoMoreMatches() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.NoMoreMatches Get Return Resources.Resource.NoMoreMatches 'Return "No More Matches" End Get End Property Public ReadOnly Property NullCheckBoxText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.NullCheckBoxText Get Return Resources.Resource.NullCheckBoxText 'Return "Null" End Get End Property Public ReadOnly Property NullValueText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.NullValueText Get Return Resources.Resource.NullValueText 'Return "Null" End Get End Property Public ReadOnly Property PageOf() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.PageOf Get Return Resources.Resource.PageOf 'Return "Page Of" End Get End Property Public ReadOnly Property ParameterAreaButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ParameterAreaButtonToolTip Get Return Resources.Resource.ParameterAreaButtonToolTip 'Return "Parameter Area" End Get End Property Public ReadOnly Property PasswordPrompt() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.PasswordPrompt Get Return Resources.Resource.PasswordPrompt 'Return "Password" End Get End Property Public ReadOnly Property PreviousPageButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.PreviousPageButtonToolTip Get Return Resources.Resource.PreviousPageButtonToolTip 'Return "Previous Page" End Get End Property Public ReadOnly Property PrintButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.PrintButtonToolTip Get Return Resources.Resource.PrintButtonToolTip 'Return "Print" End Get End Property Public ReadOnly Property ProgressText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ProgressText Get Return Resources.Resource.ProgressText 'Return "Progress" End Get End Property Public ReadOnly Property RefreshButtonToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.RefreshButtonToolTip Get Return Resources.Resource.RefreshButtonToolTip 'Return "Refresh" End Get End Property Public ReadOnly Property SearchTextBoxToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.SearchTextBoxToolTip Get Return Resources.Resource.SearchTextBoxToolTip 'Return "Search" End Get End Property Public ReadOnly Property SelectAll() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.SelectAll Get Return Resources.Resource.SelectAll 'Return "Select All" End Get End Property Public ReadOnly Property SelectAValue() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.SelectAValue Get Return Resources.Resource.SelectAValue 'Return "Select a Value" End Get End Property Public ReadOnly Property SelectFormat() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.SelectFormat Get Return Resources.Resource.SelectFormat 'Return "Select Format" End Get End Property Public ReadOnly Property TextNotFound() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.TextNotFound Get Return Resources.Resource.TextNotFound 'Return "Text Not Found" End Get End Property Public ReadOnly Property TodayIs() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.TodayIs Get Return Resources.Resource.TodayIs 'Return "Today is" End Get End Property Public ReadOnly Property TrueValueText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.TrueValueText Get Return Resources.Resource.TrueValueText 'Return "True" End Get End Property Public ReadOnly Property UserNamePrompt() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.UserNamePrompt Get Return Resources.Resource.UserNamePrompt 'Return "User Name" End Get End Property Public ReadOnly Property ViewReportButtonText() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ViewReportButtonText Get Return Resources.Resource.ViewReportButtonText 'Return "View Report" End Get End Property Public ReadOnly Property ZoomControlToolTip() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ZoomControlToolTip Get Return Resources.Resource.ZoomControlToolTip 'Return "Zoom" End Get End Property Public ReadOnly Property ZoomToPageWidth() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ZoomToPageWidth Get Return Resources.Resource.ZoomToPageWidth 'Return "Zoom to Page Width" End Get End Property Public ReadOnly Property ZoomToWholePage() As String Implements Microsoft.Reporting.WebForms.IReportViewerMessages.ZoomToWholePage Get Return Resources.Resource.ZoomToWholePage 'Return "Zoom to Whole Page" End Get End Property End Class