GrapeCity.ActiveReports.Document.v9 Assembly > GrapeCity.ActiveReports.Document Namespace > SectionDocument Class > Save Method : Save(String,RdfFormat,SaveOptions) Method |
Uses the SaveOptions enumeration to specify the compression to use on the document.
'Declaration Public Overloads Sub Save( _ ByVal fileName As System.String, _ ByVal fmt As RdfFormat, _ ByVal options As SaveOptions _ )
public void Save( System.string fileName, RdfFormat fmt, SaveOptions options )
Uses the SaveOptions enumeration to specify the compression to use on the document.
private void btnSave_Click(object sender, System.EventArgs e) { arv.Document.Save(Application.StartupPath + "\\Document.rdf", GrapeCity.ActiveReports.Document.Section.RdfFormat.AR20, GrapeCity.ActiveReports.Document.Section.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.Secction.RdfFormat.AR20, GrapeCity.ActiveReports.Document.Section.SaveOptions.Compressed) End Sub
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2