combit List & Label 29 - .NET Help
combit.Reporting Namespace / ReportParameterWithData Class
Properties

In This Topic
    ReportParameterWithData Class Members
    In This Topic

    The following tables list the members exposed by ReportParameterWithData.

    Public Constructors
    Public Properties
     NameDescription
    Public Property

    Gets a dictionary that represents the possible choices for a parameter, where the key is the internal LL-Value for the corresponding value that contains the human-readable text for the specific choice.

     
    Public Property

    Gets the control type of the parameter, which describes how the parameter will be displayed.

     
    Public Property

    Gets the internal unique identifier of the parameter within the project.

     
    Public Property

    Gets a value that is used as a display name for this parameter in a UI.

     
    Public Property

    Gets the regular expression that is being used for validation of the parameter input/selection.

     
    Public Property

    Gets a value indicating whether the value can be empty.

     
    Public Property

    Gets a value indicating whether null values are allowed.

     
    Public Property

    Gets a value indicating whether the parameter allows more than one value to be selected.

     
    Public Property

    Gets the name of the report parameter that can be used as a variable within the project (e.g. within a data filter of a table).

     
    Public Property

    Gets a value that represents the LL-Value for NULL. This value should be used when setting the parameter to null using DOM.

     
    Public Property

    Gets a value that is used as a display name for the NULL value selection in a UI.

     
    Public Property

    Gets the Guid of the dependent parent.

     
    Public Property

    Gets a list that represents the LL-Values of the selected values of the parameter.

     
    Public Property

    Gets the source of the available values.

     
    Public Property

    Gets the type of the source.

     
    Public Property

    Gets a value that is used as a tooltip for the parameter in a UI.

     
    Public Property

    Gets a value that is used as a validation hint when the validation using the MatchPattern fails.

     
    Public Property

    Gets a value indicating whether the parameter is visible in the preview. This is useful for parameters that are only used for drilldown via report parameters and are set automatically.

     
    Public Property

    Gets a value indicating whether the parameter should be visible inside a drilldown report.

     
    Top
    See Also