ReportExecutionService.BeginFindString, méthode
Espace de noms : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Function BeginFindString ( _
StartPage As Integer, _
EndPage As Integer, _
FindValue As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginFindString(
int StartPage,
int EndPage,
string FindValue,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginFindString(
int StartPage,
int EndPage,
String^ FindValue,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginFindString :
StartPage:int *
EndPage:int *
FindValue:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginFindString(
StartPage : int,
EndPage : int,
FindValue : String,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Paramètres
- StartPage
Type : Int32
- EndPage
Type : Int32
- FindValue
Type : String
- callback
Type : AsyncCallback
- asyncState
Type : Object
Valeur de retour
Type : IAsyncResult
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms