Performs query for document export into specified by a user format. Opens a browser window and redirects a stream from server to this window.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void ExportTo(
	string format
)
Visual Basic
Public Sub ExportTo ( _
	format As String _
)
Visual C++
public:
void ExportTo(
	String^ format
)

Parameters

format
Type: System..::..String
A format which export should be performed into.

See Also