List & Label .NET
combit.Reporting.Dom Namespace / ReportParameter Class

In This Topic
    ReportParameter Class Properties
    In This Topic

    For a list of all members of this type, see ReportParameter members.

    Public Properties
     NameDescription
    Public PropertyGets or sets if the parameter may be blank.  
    Public PropertyGets or sets if the parameter can hold multiple values.  
    Public PropertyGets or sets if the parameter may be null.  
    Public PropertyGets or sets the UI control type.  
    Public Property

    Gets or sets the content of the current report parameter.

     
    Public Property

    Gets or sets the content of the current report parameter.

     
    Public PropertyGets the DefaultValues property for the report parameter.  
    Public PropertyGets the read-only Id of the parameter (important for dependent parameters).  
    Public PropertyGets or sets the name of the parameter.  
    Public Property  
    Public Property (Inherited from combit.Reporting.Dom.DomItem)
    Public PropertyGets or sets the Id of a parent parameter if the current parameter should depend on this parent.  
    Public PropertyGets or sets the prompt, i.e. the label in the UI.  
    Public PropertyGets the report parameter's source.  
    Public Property  
    Public PropertyGets or sets a tooltip for the report parameter.  
    Public PropertyGets or sets if the parameter should be visible in the UI.  
    Top
    See Also