Initializes the reporting engine. It is not necessary to call this method as the reporting engine will do so if it was not called before generating any reports. It is useful to call this when initializing as this method will take several seconds and will write the starup lines to the console. It is safe to call this several times as it will just return after the first time it is called.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Sub Init() |
Visual Basic (Usage) | Copy Code |
---|
Report.Init() |
C# | |
---|
public static void Init() |
Managed Extensions for C++ | |
---|
public: static void Init(); |
C++/CLI | |
---|
public:
static void Init(); |
Exceptions
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also