ReportViewer for ASP.NET Web Forms
CanExportRange メソッド (RtfExportProvider)

C1.C1Report.4 アセンブリ > C1.C1Preview.Export 名前空間 > RtfExportProvider クラス : CanExportRange メソッド
テストする範囲のタイプ。
関連付けられたエクスポータが指定したタイプのドキュメントページ範囲を 処理できるかどうかを示します。 この実装は true を返します(すべてのタイプの範囲がサポートされます)。
シンタックス
'宣言
 
Public Overrides Function CanExportRange( _
   ByVal range As OutputRangeTypeEnum _
) As System.Boolean
public override System.bool CanExportRange( 
   OutputRangeTypeEnum range
)

パラメータ

range
テストする範囲のタイプ。

戻り値の型

関連付けられた Exporter が指定した出力範囲を処理できる場合は true、その他の場合は false
参照

RtfExportProvider クラス
RtfExportProvider メンバ