Describes the parameter value used to run the report.

interface Parameter {
    name: string;
    values: string[];
}

Properties

Properties

name: string

The name of the parameter.

values: string[]

The value(s) of the parameter.