Sets a log mode.

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 static void SetLogMode(
	bool enable
)
Visual Basic (Declaration)
Public Shared Sub SetLogMode ( _
	enable As Boolean _
)
Visual C++
public:
static void SetLogMode(
	bool enable
)

Parameters

enable
Type: System..::.Boolean
true if the log mode is enabled, otherwise false.

See Also