ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / IReportParameter Interface
Properties

In This Topic
    IReportParameter Interface Members
    In This Topic

    The following tables list the members exposed by IReportParameter.

    Public Properties
     NameDescription
     PropertyTrue if parameter is String and it accepts String.Empty.  
     PropertyList of available values for multivalue parameter  
     PropertyIf parameter is DateTime specifies whether user should be prompted for both date and time or only the date.  
     PropertySpecifies whether parameter has valid values defined in the report definition.  
     PropertyDependant parameters  
     PropertyParameter display format.  
     PropertyGets extended error parameter  
     PropertyGets true if text field is multiline  
     PropertySpecifies whether parameter allows entering multiple values  
     PropertyGets parameter's name  
     PropertyGets true if nullable checkbox should be displayed  
     PropertyGets parameter type  
     PropertyGets parameter caption  
     PropertySpecial the parameter value in case multivalue parameter (select all Values)  
     PropertyParameter state  
     PropertyGets or sets parameter value  
     PropertyGets the parameter value in case of multivalue parameter  
    Top
    See Also