PowerTools ActiveReports for .NET 11.0J
Save(String,RdfFormat,SaveOptions) メソッド
使用例 

構文
'宣言
 
Public Overloads Sub Save( _
   ByVal fileName As String, _
   ByVal fmt As RdfFormat, _
   ByVal options As SaveOptions _
) 
public void Save( 
   string fileName,
   RdfFormat fmt,
   SaveOptions options
)

パラメータ

fileName
fmt
options
使用例
private void btnSave_Click(object sender, System.EventArgs e)
{
    arv.Document.Save(Application.StartupPath + "\\Document.rdf", GrapeCity.ActiveReports.Document.RdfFormat.AR20, GrapeCity.ActiveReports.Document.SaveOptions.Compressed);
}
Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
    arv.Document.Save(Application.StartupPath & "\Document.rdf", GrapeCity.ActiveReports.Document.RdfFormat.AR20, GrapeCity.ActiveReports.Document.SaveOptions.Compressed)
End Sub
参照

関連項目

SectionDocument クラス
SectionDocument メンバ
オーバーロード一覧
SaveOptions

 

 


©2003-2017 GrapeCity inc. All rights reserved.