PageNavigationEventArgs 생성자

새 PageNavigationEventArgs 개체를 생성합니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Public Sub New ( _
    newPage As Integer _
)
‘사용 방법
Dim newPage As Integer

Dim instance As New PageNavigationEventArgs(newPage)
public PageNavigationEventArgs(
    int newPage
)
public:
PageNavigationEventArgs(
    int newPage
)
new : 
        newPage:int -> PageNavigationEventArgs
public function PageNavigationEventArgs(
    newPage : int
)

매개 변수

  • newPage
    유형: System.Int32
    새 페이지 번호를 포함하는 integer 값입니다.

참고 항목

참조

PageNavigationEventArgs 클래스

Microsoft.Reporting.WinForms 네임스페이스