指定したIReportをファイルにエクスポートします。
シンタックス
'宣言
Public Overloads Sub Export( _
ByVal As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
ByVal As String _
)
public void Export(
GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport ,
string
)
パラメータ
- report
- エクスポートするためのIReportインスタンス。
- filePath
- エクスポートするためのパス
参照