FlexReport for WinForms
ReportPosition コンストラクタ


C1.Document アセンブリ > C1.Ssrs 名前空間 > ReportPosition クラス : ReportPosition コンストラクタ
The ID of the report item.
The index of the page.
Initializes a new instance of the ReportPosition class.
シンタックス
'宣言
 
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.
参照

参照

ReportPosition クラス
ReportPosition メンバ