ActiveReports Developer 7
TargetSite Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > ReportScriptException Class : TargetSite Property

Glossary Item Box

Gets the method that throws the current exception.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TargetSite As System.Reflection.MethodBase
C# 
public System.Reflection.MethodBase TargetSite {get;}

See Also