Showing posts with label controls. Show all posts
Showing posts with label controls. Show all posts

Sunday, March 25, 2012

Date picker not showing...

I have report parameters configured to use date pickers...but they don't show up when I run the report. I see the date picker controls when I preview the report in design mode, but they don't show when I open the report in a browser. Any thoughts?

It could be unrelated, but the error I get when I try to run the report with text dates is:

Collection was modified after the enumerator was instantiated.Just to clarify a little. This is for RS 2005. When I "Preview" the report or run it thru the "Report Manager" the Date Pickers show up. But if I try to use the Report Viewer control (ie. ReprotViewer1) embedded in a form the Date Pickers don't show up.

Is this a bug or am I doning something wrong?

Thanks!|||The date picker did not make it into the controls in Visual Studio Beta 2. This will be available in the final version.|||

I was wondering what the status is on this issue?

I am having this exact same problem but am running VS 2005 8.0.50727. Could it be because I have the reportviewer in a webpart?

Thanks,

Lorna

Date picker not showing in RS2005

I have report parameters configured to use date pickers...but they don't show up when I run the report. I see the date picker controls when I preview the report in design mode, but they don't show when I open the report in a browser. Any thoughts?

It could be unrelated, but the error I get when I try to run the report with text dates is:

Collection was modified after the enumerator was instantiated.Just to clarify a little. This is for RS 2005. When I "Preview" the report or run it thru the "Report Manager" the Date Pickers show up. But if I try to use the Report Viewer control (ie. ReprotViewer1) embedded in a form the Date Pickers don't show up.

Is this a bug or am I doning something wrong?

Thanks!|||The date picker did not make it into the controls in Visual Studio Beta 2. This will be available in the final version.|||

I was wondering what the status is on this issue?

I am having this exact same problem but am running VS 2005 8.0.50727. Could it be because I have the reportviewer in a webpart?

Thanks,

Lorna

sql

Date picker not showing in RS2005

I have report parameters configured to use date pickers...but they don't show up when I run the report. I see the date picker controls when I preview the report in design mode, but they don't show when I open the report in a browser. Any thoughts?

It could be unrelated, but the error I get when I try to run the report with text dates is:

Collection was modified after the enumerator was instantiated.Just to clarify a little. This is for RS 2005. When I "Preview" the report or run it thru the "Report Manager" the Date Pickers show up. But if I try to use the Report Viewer control (ie. ReprotViewer1) embedded in a form the Date Pickers don't show up.

Is this a bug or am I doning something wrong?

Thanks!|||The date picker did not make it into the controls in Visual Studio Beta 2. This will be available in the final version.|||

I was wondering what the status is on this issue?

I am having this exact same problem but am running VS 2005 8.0.50727. Could it be because I have the reportviewer in a webpart?

Thanks,

Lorna

Date picker controls - anyway to limit date range

Have seen other questions here about modifying date pickers supplied by reports created in BIDS. The answer is usually NO. But this does not involve a format change, simply want to limit say to a specific year.

Any ideas?

I do not know of a way as how we can limit to a particular daterange other than forcing the user with a messge after they run the report.

It will be good to know if there is a way to do this.

|||

Seems to me not a big deal for MS SSRS team to add this in the parameter manager. After all, you can set defaults, why not a default range?

Add to wishlist?

|||

DevDells wrote:

Have seen other questions here about modifying date pickers supplied by reports created in BIDS. The answer is usually NO. But this does not involve a format change, simply want to limit say to a specific year.

Any ideas?

If you develop a front end for the reports using Visual Studio 2005, this is not very difficult.