ActiveReports Developer 7
ReportParameterException Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace : ReportParameterException Class

Glossary Item Box

An exception thrown when an error related to a report's parameter occurs.

Object Model

ReportParameterException Class

Syntax

Visual Basic (Declaration) 
Public Class ReportParameterException 
   Inherits GrapeCity.ActiveReports.ReportException
C# 
public class ReportParameterException : GrapeCity.ActiveReports.ReportException 

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.ActiveReports.ReportException
            GrapeCity.ActiveReports.Expressions.ExpressionObjectModel.ReportParameterException

See Also