ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Parameter Class
Properties Methods Events

In This Topic
    Parameter Class Members
    In This Topic

    The following tables list the members exposed by Parameter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Parameter class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value to be used as the default value in the parameters input dialog.  
    Public PropertyParameter display format.  
    Public PropertyUnique name of the parameter.  
    Public PropertyParameter caption used in the parameters input dialog to prompt the user to input a parameter value.  
    Public PropertyDetermines whether to prompt the user to input a parameter value.  
    Public PropertyDetermines whether the query is created from the data source query string or user created.  
    Public PropertyUser-defined value.  
    Public Property

    Gets or sets a value that determines the type of input control to be created to collect the parameter value from the user.

     
    Public PropertyGets or sets the value of the parameter to be used in parameter placeholder substitution.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a clone of the Parameter object.  
    Public MethodReleases the parameter from memory.  
    Public MethodReads the parameter from an XmlElement.  
    Public MethodReturns a string that represents the Parameter object.  
    Public MethodWrites the parameter from an XmlElement.  
    Top
    Public Events
     NameDescription
    Public EventAdds an event handler to listen to the Disposed event on the component.  
    Top
    See Also