GrapeCity ActiveReports for .NET 14.0J
Insert メソッド (ReportCombiner)

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.ReportsCore.Tools 名前空間 > ReportCombiner クラス : Insert メソッド
追加するレポートの位置。
追加するレポート。
レポートに追加するオプション。
レポートリストの指定された位置にレポートを挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal report As PageReport, _
   Optional ByVal options As LocationOptions _
) 
public void Insert( 
   int index,
   PageReport report,
   LocationOptions options
)

パラメータ

index
追加するレポートの位置。
report
追加するレポート。
options
レポートに追加するオプション。
参照

ReportCombiner クラス
ReportCombiner メンバ