Returns list of available exports formats.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
ExportsEnum[] ListExportsFormats(
	out ExceptionDetailBase ReportError
)
Visual Basic (Declaration)
Function ListExportsFormats ( _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase _
) As ExportsEnum()
Visual C++
array<ExportsEnum>^ ListExportsFormats(
	[OutAttribute] ExceptionDetailBase^% ReportError
)

Return Value

List of ExportsEnum.

Remarks

If error occurs then ReportError is not null.

See Also