ActiveReports 8
ReportParameterException Class
Members  See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also