Partilhar via


Interface IReportViewerMessages3

Allows applications to provide customized user interface messages.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
Public Interface IReportViewerMessages3 _
    Inherits IReportViewerMessages2, IReportViewerMessages
public interface IReportViewerMessages3 : IReportViewerMessages2, 
    IReportViewerMessages
public interface class IReportViewerMessages3 : IReportViewerMessages2, 
    IReportViewerMessages
type IReportViewerMessages3 =  
    interface
        interface IReportViewerMessages2
        interface IReportViewerMessages
    end
public interface IReportViewerMessages3 extends IReportViewerMessages2, IReportViewerMessages

O tipo IReportViewerMessages3 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BackButtonToolTip Provides the ToolTip text for the Back button. (Herdado de IReportViewerMessages.)
Propriedade pública CalendarLoading Gets the text displayed in the date and time picker when the control waits for the Web server to generate a calendar for a given month.
Propriedade pública CancelLinkText Gets the text of the Cancel link in the wait control.
Propriedade pública ChangeCredentialsText Provides the text for the Change Credentials button. (Herdado de IReportViewerMessages.)
Propriedade pública ChangeCredentialsToolTip Provides the ToolTip text for the Change Credentials button. (Herdado de IReportViewerMessages.)
Propriedade pública ClientNoScript Gets the text to display when scripting is disabled on the client browser. (Herdado de IReportViewerMessages2.)
Propriedade pública ClientPrintControlLoadFailed Gets the text to display if an error occurs when the client loads the print control. (Herdado de IReportViewerMessages2.)
Propriedade pública CurrentPageTextBoxToolTip Provides the ToolTip text for the Current Page text box. (Herdado de IReportViewerMessages.)
Propriedade pública DocumentMap Provides the title text for the Document Map panel. (Herdado de IReportViewerMessages.)
Propriedade pública DocumentMapButtonToolTip Provides the ToolTip text for the Document Map button. (Herdado de IReportViewerMessages.)
Propriedade pública ExportButtonText Provides the text for the Export button. (Herdado de IReportViewerMessages.)
Propriedade pública ExportButtonToolTip Provides the ToolTip text for the Export button. (Herdado de IReportViewerMessages.)
Propriedade pública ExportFormatsToolTip Provides the ToolTip text for the Export Formats drop-down list box. (Herdado de IReportViewerMessages.)
Propriedade pública FalseValueText Provides the text for a false value. (Herdado de IReportViewerMessages.)
Propriedade pública FindButtonText Provides the text for a Find button. (Herdado de IReportViewerMessages.)
Propriedade pública FindButtonToolTip Provides the ToolTip text for the Find button. (Herdado de IReportViewerMessages.)
Propriedade pública FindNextButtonText Provides the text for the Find Next button. (Herdado de IReportViewerMessages.)
Propriedade pública FindNextButtonToolTip Provides the ToolTip text for the Find Next button. (Herdado de IReportViewerMessages.)
Propriedade pública FirstPageButtonToolTip Provides the ToolTip text for the First Page button. (Herdado de IReportViewerMessages.)
Propriedade pública InvalidPageNumber Provides the text for the invalid page number message. (Herdado de IReportViewerMessages.)
Propriedade pública LastPageButtonToolTip Provides the ToolTip text for the Last Page button. (Herdado de IReportViewerMessages.)
Propriedade pública NextPageButtonToolTip Provides the ToolTip text for the Next Page button. (Herdado de IReportViewerMessages.)
Propriedade pública NoMoreMatches Provides the text for the no more matches message. (Herdado de IReportViewerMessages.)
Propriedade pública NullCheckBoxText Provides the text for the Null check box. (Herdado de IReportViewerMessages.)
Propriedade pública NullValueText Provides the text for a nulluma referência nula (Nothing no Visual Basic) value. (Herdado de IReportViewerMessages.)
Propriedade pública PageOf Provides the text for the pagination message. (Herdado de IReportViewerMessages.)
Propriedade pública ParameterAreaButtonToolTip Provides the ToolTip text for the Parameter Area button. (Herdado de IReportViewerMessages.)
Propriedade pública ParameterDropDownToolTip Gets the ToolTip text to display when a pointer pauses over the down arrow of a multivalue parameter drop-down list. (Herdado de IReportViewerMessages2.)
Propriedade pública PasswordPrompt Provides the text for the password prompt. (Herdado de IReportViewerMessages.)
Propriedade pública PreviousPageButtonToolTip Provides the ToolTip text for the Previous Page button. (Herdado de IReportViewerMessages.)
Propriedade pública PrintButtonToolTip Provides the text for the Print button. (Herdado de IReportViewerMessages.)
Propriedade pública ProgressText Provides the text for the progress message that is displayed when a report is processing. (Herdado de IReportViewerMessages.)
Propriedade pública RefreshButtonToolTip Provides the ToolTip text for the Refresh button. (Herdado de IReportViewerMessages.)
Propriedade pública SearchTextBoxToolTip Provides the ToolTip text for the Search text box. (Herdado de IReportViewerMessages.)
Propriedade pública SelectAll Provides the text for the Select All item in a multivalue drop-down list box. (Herdado de IReportViewerMessages.)
Propriedade pública SelectAValue Provides the text for the Select a value prompt. (Herdado de IReportViewerMessages.)
Propriedade pública SelectFormat Provides the text for the select format prompt. (Herdado de IReportViewerMessages.)
Propriedade pública TextNotFound Provides the text for the 'text not found' message. (Herdado de IReportViewerMessages.)
Propriedade pública TodayIs Provides the text for the 'Today is…' message in the calendar control. (Herdado de IReportViewerMessages.)
Propriedade pública TrueValueText Provides the text for a true value. (Herdado de IReportViewerMessages.)
Propriedade pública UserNamePrompt Provides the text for the user name prompt. (Herdado de IReportViewerMessages.)
Propriedade pública ViewReportButtonText Provides the text for the View Report button. (Herdado de IReportViewerMessages.)
Propriedade pública ZoomControlToolTip Provides the ToolTip for the Zoom control. (Herdado de IReportViewerMessages.)
Propriedade pública ZoomToPageWidth Provides the text for the Zoom To Page Width option. (Herdado de IReportViewerMessages.)
Propriedade pública ZoomToWholePage Provides text for the Zoom To Whole Page item. (Herdado de IReportViewerMessages.)

Superior

Métodos

  Nome Descrição
Método público CredentialMissingUserNameError Returns the error text to display when the user name has not been supplied for the data source credentials. (Herdado de IReportViewerMessages2.)
Método público GetLocalizedNameForRenderingExtension Returns a localized name for the current export format. (Herdado de IReportViewerMessages2.)
Método público ParameterMissingSelectionError Returns the error text to display when a selection has not been made for a multivalue report parameter. (Herdado de IReportViewerMessages2.)
Método público ParameterMissingValueError Returns the error text to display when the value for a report parameter has not been specified. (Herdado de IReportViewerMessages2.)
Método público TotalPages Returns the string in the default toolbar that represents the total number of pages in the current report and the page count mode that is used.

Superior

Comentários

You can implement the IReportViewerMessages3 interface to provide custom localization of the ReportViewer control user interface. This implementation is loaded by the ReportViewer control via a custom application setting in the Web.config configuration file with the key ReportViewerMessages.

For example:

<appSettings> 
<add key="ReportViewerMessages" value="MyNamespace.MyClass, APP_CODE" /> 
</appSettings> 
ObservaçãoObservação

See Configurações de Web.config para ReportViewer for more information on Web.config file settings.

If a nulluma referência nula (Nothing no Visual Basic) string value for a property is returned, the ReportViewer control will display the original user interface string for that item.

Consulte também

Referência

Namespace Microsoft.Reporting.WebForms