ActiveReports 12 Server User Guide
StackTrace Property (BugReport)

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Contracts.Feedback Namespace > BugReport Class : StackTrace Property
Gets or sets the stack trace of an occurred error.
Syntax
'Declaration
 
Public Property StackTrace As String
public string StackTrace {get; set;}

Property Value

The stack trace.
See Also

Reference

BugReport Class
BugReport Members