ActiveReports Developer 7
GetType() Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > InvalidReportDefinitionException Class : GetType() Method

Glossary Item Box

Gets the runtime type of the current instance.

Syntax

Visual Basic (Declaration) 
Public Function GetType() As System.Type
C# 
public System.Type GetType()

See Also