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