FlexReport for WPF
CanExportRange メソッド (PdfExporter)


C1.WPF.Document アセンブリ > C1.WPF.Document.Export.Ssrs 名前空間 > PdfExporter クラス : CanExportRange メソッド
テストする C1.WPF.Document.OutputRangeType
エクスポータが、指定された型の範囲をエクスポートできるかどうかをテストします。
シンタックス
'宣言
 
Public Overrides Function CanExportRange( _
   ByVal rangeType As OutputRangeType _
) As System.Boolean
'使用法
 
Dim instance As PdfExporter
Dim rangeType As OutputRangeType
Dim value As System.Boolean
 
value = instance.CanExportRange(rangeType)
public override System.bool CanExportRange( 
   OutputRangeType rangeType
)

パラメータ

rangeType
テストする C1.WPF.Document.OutputRangeType

戻り値の型

指定された範囲をエクスポートできる場合は true、そうでない場合は false。
参照

PdfExporter クラス
PdfExporter メンバ