ReportViewer.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent Method
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Private Sub System.Web.UI.IPostBackEventHandler.RaisePostBackEvent ( _
eventArgument As String _
) Implements IPostBackEventHandler.RaisePostBackEvent
'Usage
Dim instance As ReportViewer
Dim eventArgument As String
CType(instance, IPostBackEventHandler).RaisePostBackEvent(eventArgument)
void IPostBackEventHandler.RaisePostBackEvent (
string eventArgument
)
private:
virtual void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (
String^ eventArgument
) sealed = IPostBackEventHandler::RaisePostBackEvent
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- eventArgument
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace