Is there a way to change the layout for parameter prompts (ie alignment, positioning and size.) for a report viewer control ?
The only way that I’m aware of controlling the layout for your parameter prompts is to include them in the aspx page containing the report viewer and then have the values collected passed to the report viewer. And so in the cases of drop down boxes the aspx would have to make a database call to populate the values as opposed to letting the report server make the db call.
Thanks guys.