Udostępnij za pośrednictwem


Zdarzenie ReportViewer.SubmittingDataSourceCredentials

Occurs when the user submits new data source credentials using the data source prompt area.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Public Event SubmittingDataSourceCredentials As ReportCredentialsEventHandler
public event ReportCredentialsEventHandler SubmittingDataSourceCredentials
public:
 event ReportCredentialsEventHandler^ SubmittingDataSourceCredentials {
    void add (ReportCredentialsEventHandler^ value);
    void remove (ReportCredentialsEventHandler^ value);
}
member SubmittingDataSourceCredentials : IEvent<ReportCredentialsEventHandler,
    ReportCredentialsEventArgs>
Język JScript nie obsługuje zdarzeń.

Uwagi

This event occurs when the user submits data source credentials. Information about this event is passed in a ReportCredentialsEventArgs object to the ReportCredentialsEventHandler delegate, which handles the event. This event only applies to remote processing mode.

Handle this event to read or modify the data source credentials before they are submitted to the report server. For more information about handling events, see Używające zdarzeń.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms

DataSourceCredentials

DataSourceCredentialsCollection