'宣言 Public Function New( _ ByVal reportItemID As System.String, _ ByVal pageIndex As System.Integer _ )
'使用法 Dim reportItemID As System.String Dim pageIndex As System.Integer Dim instance As New ReportPosition(reportItemID, pageIndex)
public ReportPosition( System.string reportItemID, System.int pageIndex )
パラメータ
- reportItemID
- The ID of the report item.
- pageIndex
- The index of the page.