Uses the SaveOptions enumeration to specify the compression to use on the document.
Saves the report document to the specified file using the specified file format with the specified compression.
[Visual Basic]
Overloads Public Sub Save( _
ByVal fileName As String, _
ByVal fmt As RdfFormat, _
ByVal options As SaveOptions _
)
[C#]
public void Save(
string fileName,
RdfFormat fmt,
SaveOptions options
);
Uses the SaveOptions enumeration to specify the compression to use on the document.
[C#]
private void btnSave_Click(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click |
Document Class | Document Members | Overload List | SaveOptions
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.