FlexReport for WPF
CanExportRange メソッド (WordExporter)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document.Export.Ssrs 名前空間 > WordExporter クラス : CanExportRange メソッド
テストする C1.WPF.Document.OutputRangeType
現在のエクスポータが、指定された型の範囲をエクスポートできるかどうかをテストします。
シンタックス
'宣言
 
Public Overrides Function CanExportRange( _
   ByVal rangeType As OutputRangeType _
) As System.Boolean
'使用法
 
Dim instance As WordExporter
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。
参照

WordExporter クラス
WordExporter メンバ