Skip to content

Set parameter's (basic) properties for a report #16

@Seddryck

Description

@Seddryck

It should be possible to define the properties of each parameter of a report.

The properties that should be set are te following

  • visible (true/false) - PromptUser
  • default-value - DefaultValue

Expect syntax:

<report ...>
   <parameter name="Alpha" visible="false" default-value="1"/>
   <parameter name="Beta" visible="true" default-value="BEL"/>
</report>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions