ActiveReports 13
ParameterCollection.ParseResultCode Enumeration

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ParameterCollection.ParseResultCode Enumeration
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

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.ParameterCollection