ReportExecutionService.FindStringAsync 메서드 (Int32, Int32, String, Object)

네임스페이스:  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
Public Sub FindStringAsync ( _
    StartPage As Integer, _
    EndPage As Integer, _
    FindValue As String, _
    userState As Object _
)
public void FindStringAsync(
    int StartPage,
    int EndPage,
    string FindValue,
    Object userState
)
public:
void FindStringAsync(
    int StartPage, 
    int EndPage, 
    String^ FindValue, 
    Object^ userState
)
member FindStringAsync : 
        StartPage:int * 
        EndPage:int * 
        FindValue:string * 
        userState:Object -> unit 
public function FindStringAsync(
    StartPage : int, 
    EndPage : int, 
    FindValue : String, 
    userState : Object
)

매개 변수

  • StartPage
    형식: Int32
  • EndPage
    형식: Int32
  • FindValue
    형식: String
  • userState
    형식: Object

참고 항목

참조

ReportExecutionService 클래스

FindStringAsync 오버로드

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution 네임스페이스