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#
public override ExportsEnum[] ListExportsFormats(
	out ExceptionDetailBase ReportError
)
Visual Basic (Declaration)
Public Overrides Function ListExportsFormats ( _
	<OutAttribute> ByRef ReportError As ExceptionDetailBase _
) As ExportsEnum()
Visual C++
public:
virtual array<ExportsEnum>^ ListExportsFormats(
	[OutAttribute] ExceptionDetailBase^% ReportError
) override

Return Value

List of ExportsEnum.

Implements

IReportService..::.ListExportsFormats(ExceptionDetailBase%)

Remarks

If error occurs then ReportError is not null.

See Also