ActiveReports Developer 7
Data Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > InvalidReportDefinitionException Class : Data Property

Glossary Item Box

Gets a collection of key/value pairs that provide additional user-defined information about the exception.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Data As System.Collections.IDictionary
C# 
public virtual System.Collections.IDictionary Data {get;}

See Also