FlexReport for WinForms
GetTotalPageCount メソッド (PaginatedExporter)


C1.Document.4.6.2 アセンブリ > C1.Document.Export.Ssrs 名前空間 > PaginatedExporter クラス : GetTotalPageCount メソッド
Returns total page count.
シンタックス
'宣言
 
Protected Function GetTotalPageCount( _
   ByVal devInfoFmt As System.String, _
   ByVal context As IExecutionContext, _
   ByVal pages As System.Collections.Generic.Dictionary(Of Integer,Byte()) _
) As System.Integer
'使用法
 
Dim instance As PaginatedExporter
Dim devInfoFmt As System.String
Dim context As IExecutionContext
Dim pages As System.Collections.Generic.Dictionary(Of Integer,Byte())
Dim value As System.Integer
 
value = instance.GetTotalPageCount(devInfoFmt, context, pages)
protected System.int GetTotalPageCount( 
   System.string devInfoFmt,
   IExecutionContext context,
   System.Collections.Generic.Dictionary<int,byte[]> pages
)

パラメータ

devInfoFmt
context
pages
参照

参照

PaginatedExporter クラス
PaginatedExporter メンバ