Writes a pivot table to a stream in HTML format.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void ExportToHtml( Stream stream ) |
| Visual Basic (Declaration) |
|---|
Public Sub ExportToHtml ( _ stream As Stream _ ) |
| Visual C++ |
|---|
public: void ExportToHtml( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::.Stream