MindFusion.Reporting for Silverlight Programmer's Guide
HtmlRenderTargetBase.Save Method (String)
See Also
 





Saves the rendered HTML to a file with the specified name.

Namespace: MindFusion.Reporting.Silverlight.Export
Assembly: MindFusion.Reporting.Silverlight.HtmlExport

 Syntax

C#  Copy Code

public void Save (
    string fileName
)

Visual Basic  Copy Code

Public Sub Save( _
    fileName As String _
)

 Parameters

fileName

The file name where the HTML will be saved.

 See Also

Save Method Overload List
HtmlRenderTargetBase Members
HtmlRenderTargetBase Class
MindFusion.Reporting.Silverlight.Export Namespace