Saves the final document to the specified stream.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void SaveDocument( Stream stream ) |
Visual Basic (Declaration) |
---|
Public Sub SaveDocument ( _ stream As Stream _ ) |
Visual C++ |
---|
public: void SaveDocument( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::.Stream