ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection.ParseResultCode Enumeration

In This Topic
    ParameterCollection.ParseResultCode Enumeration
    In This Topic
    Specifies the results of parsing the report's parameter values.
    Syntax
    'Declaration
     
    Public Enum ParameterCollection.ParseResultCode 
       Inherits System.Enum
    public enum ParameterCollection.ParseResultCode : System.Enum 
    Members
    MemberDescription
    MissingCloseParamIndicates that the Parameter value is missing the parameter close.
    MissingParamNameIndicates that the Parameter value is missing the parameter name.
    SuccessIndicates that the Parameter value is successful.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.ParameterCollection.ParseResultCode

    See Also