Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportParameter Class
Properties Methods


In This Topic
    ReportParameter Class Members
    In This Topic

    The following tables list the members exposed by ReportParameter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ReportParameter class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets value indicating the value for this parameter can be the empty string. Ignored if DataType is not String.  
    Public PropertyGets or sets the data type of the ReportParameter.  
    Public PropertyGets DefaultValue object defining default value for this ReportParameter object.  
    Public PropertyGets or sets value indicating the parameter should not be displayed to the user (however, it will still be available for programmatic use with subreports, drillthrough reports etc.)  
    Public PropertyGets or sets value indicating this is a multivalue parameter (a parameter that can take a set of values). Multivalue parameters are accessed in expressions as zero-based arrays in the Value and Label properties (for example, Parameters!Cities.Value(0) and Parameters!Cities.Label(0)). Ignored for Boolean parameters.  
    Public PropertyGets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem)
    Public PropertyGets or sets value indicating the value for this parameter can be Null. Cannot be true if this is a multivalue parameter.  
    Public PropertyGets ReportParameters collection containing this object.  
    Public PropertyGets or sets the user prompt to display when asking for parameter values.  
    Public PropertyGets C1RdlReport containing this parameter.  
    Public PropertyGets or sets value indicating whether the parameter is used in a query in the report. This is necessary to determine if the queries must be rerun if the parameter changes.  
    Public PropertyGets ValidValues collection defining possible values for the parameter (for the end-user UI).  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Copies properties from another ReportParameter to the current object.  
    Public MethodCreates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem)
    Top
    Protected Methods
     NameDescription
    Protected MethodSets the name of the current item. (Inherited from C1.C1Preview.NamedCollectionItem)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.NamedCollectionItem)
    Top
    See Also