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