FlexReport for WinForms
CanExportRange メソッド (WordExporter)


C1.Document アセンブリ > C1.Document.Export.Ssrs 名前空間 > WordExporter クラス : CanExportRange メソッド
The C1.Document.OutputRangeType to test.
Tests whether the specified type of range can be exported by the current exporter.
シンタックス
'宣言
 
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
The C1.Document.OutputRangeType to test.

戻り値の型

True if the specified range can be exported, false otherwise.
参照

参照

WordExporter クラス
WordExporter メンバ