I am doing a report currently and have got 3 parameters in the header. The
problem is that I cannot fit the parameters in 1 line.
Is there a way to correct this.
I wanted the 3 dropdown boxes (assignment, start date, end date) in 1 line.
Thanks,
Kiran.Unfortunately you cannot customize the default layout of the parameter
controls. They will always show 1 or 2 per line. Best way to get the look
and layout that you want is to use the ReportViewer control and then in your
page or windows control you create your own textboxes/list boxes for your
parameters and lay them out however you like. Then you will need to pass the
values into the reportViewer control thru the api.
Let me know if you need samples of this.
Bret Updegraff
http://bretup.spaces.live.com/
"Kiran Vukkadala" wrote:
> I am doing a report currently and have got 3 parameters in the header. The
> problem is that I cannot fit the parameters in 1 line.
> Is there a way to correct this.
> I wanted the 3 dropdown boxes (assignment, start date, end date) in 1 line.
> Thanks,
> Kiran.
>|||Thank you bret. I understand the workaround. It would be appreciated if I
could get some samples. Thanks. mail address is kiranv83@.hotmail..
"Bret" wrote:
> Unfortunately you cannot customize the default layout of the parameter
> controls. They will always show 1 or 2 per line. Best way to get the look
> and layout that you want is to use the ReportViewer control and then in your
> page or windows control you create your own textboxes/list boxes for your
> parameters and lay them out however you like. Then you will need to pass the
> values into the reportViewer control thru the api.
> Let me know if you need samples of this.
> Bret Updegraff
> http://bretup.spaces.live.com/
>
> "Kiran Vukkadala" wrote:
> > I am doing a report currently and have got 3 parameters in the header. The
> > problem is that I cannot fit the parameters in 1 line.
> >
> > Is there a way to correct this.
> > I wanted the 3 dropdown boxes (assignment, start date, end date) in 1 line.
> >
> > Thanks,
> > Kiran.
> >|||OK, but if I use navigation inside a report, the linked report will show up
"in standard way" and I have no control over the parameters, right?
The only way I can imagine is to use url-navigation with relatively complex
concatenated strings like" url/owntargetreport.aspx?parameters".
I would really appreciate examples for this.
"Bret" wrote:
> Unfortunately you cannot customize the default layout of the parameter
> controls. They will always show 1 or 2 per line. Best way to get the look
> and layout that you want is to use the ReportViewer control and then in your
> page or windows control you create your own textboxes/list boxes for your
> parameters and lay them out however you like. Then you will need to pass the
> values into the reportViewer control thru the api.
> Let me know if you need samples of this.
> Bret Updegraff
> http://bretup.spaces.live.com/
>
> "Kiran Vukkadala" wrote:
> > I am doing a report currently and have got 3 parameters in the header. The
> > problem is that I cannot fit the parameters in 1 line.
> >
> > Is there a way to correct this.
> > I wanted the 3 dropdown boxes (assignment, start date, end date) in 1 line.
> >
> > Thanks,
> > Kiran.
> >
No comments:
Post a Comment