パラメータ
- fileName
- ドキュメントを保存するファイル。
- fmt
- ドキュメントを保存するファイル形式。
- options
ドキュメントの圧縮を指定するSaveOptions列挙体。
ドキュメントの圧縮を指定するSaveOptions列挙体。
ドキュメントの圧縮を指定するSaveOptions列挙体。
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