Overload | Description |
---|---|
Save(String,RdfFormat) | Saves the report document to the specified file using the specified file format. |
Save(String,RdfFormat,SaveOptions) | Saves the report document to the specified file using the specified file format with the specified compression. |
Save(String) | Saves the report document to the specified file. |
Save(Stream,RdfFormat) | Saves the Document content to a stream in the specified file format. |
Save(Stream,RdfFormat,SaveOptions) | Saves the Document content to a stream in the specified file format with the specified compression. |
Save(Stream) | Saves the Document content to a Stream. |