Showing posts with label click. Show all posts
Showing posts with label click. Show all posts

Monday, March 19, 2012

CLS-Compliant Identifiers

Hi,

I am trying to use subreports and I am getting error when I click on preview. The error is:

"A parameter in the subreport 'subreport1' has the name, Parameter name must be CLS-Compliant Identifier."

Can you please tell me how to fix this error?

Thanks,

-Rohit

make sure that you do not use any reserved words as a parameter name.

http://www.devarticles.com/c/a/C-Sharp/Making-Your-Code-CLS-Compliant/

HTH; Jens Suessmeyer.

http://www.sqlserver2005.de

Wednesday, March 7, 2012

Closing IE Window used for exporting...

Taken from Reporting Services 2000 Help - 'When you click Export, the report
opens in a new browser window, in a viewer that is associated with the export
format. If in Step 2 you clicked TIFF, the report is displayed in a viewer
that supports TIFF file types.'
Is there any way to close this new browser window so it does not stay behind
and make the user close it?
Thanks for any input!Hi rheath,
Welcome to use MSDN Managed Newsgroup Support.
It is a by design issue in Reporting Service 2000 and was resolved in
Reporting Service 2005. If you try to export a report in Reporting Services
2005, the browser window will close and do not need to manually close it.
Thanks for your understanding.
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================This posting is provided "AS IS" with no warranties, and confers no rights.|||Wei,
Do the reports have to be designed using Visual Studio 2005. I ask because
we are developing the reports using Visual Studio 2003 and depolying to a
Reporting Services 2005 server and I still get the browser window that does
not close when exporting.
Thanks,
Russ
"Wei Lu" wrote:
> Hi rheath,
> Welcome to use MSDN Managed Newsgroup Support.
> It is a by design issue in Reporting Service 2000 and was resolved in
> Reporting Service 2005. If you try to export a report in Reporting Services
> 2005, the browser window will close and do not need to manually close it.
> Thanks for your understanding.
> Sincerely,
> Wei Lu
> Microsoft Online Community Support
> ==================================================> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ==================================================> This posting is provided "AS IS" with no warranties, and confers no rights.
>|||Hi Russ,
Thanks for the update.
I have tested on my side. I deploy a report to Report Services 2005 using
VS 2003. I get the browser closed when exporting.
Would you please test on another machine to access the report server and
try to export the report?
Does this issue occur?
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================This posting is provided "AS IS" with no warranties, and confers no rights.

Saturday, February 25, 2012

Client-side printing hangs IE

Hi,
When I try to print a report using client-side printing in SP2, I get the
Print dialog fine, then when I click 'OK' I get the 'Printing now...' popup,
but IE hangs instantly. I've tried removing the ActiveX component and
reregistering it but to no avail. However, it works fine on other machines
that we have. Rendering to PDF works fine, so the report itself must be OK.
Is anyone else seeing the same problem, or have any ideas about what could
be causing it?
Thanks,
Chris.I found that being logged in as Administrator works perfectly, so it seems
to be some sort of permissions issue on the server. Do I need to change any
security settings in IIS or folder security on the report server?
Interestingly, the Export feature doesn't work unless the user has
administrative rights on the local machine.
Any ideas?
Chris.
"Chris Childs" <chris@.nospam.nowhere.com> wrote in message
news:d4qc2t$3ni$1$8302bc10@.news.demon.co.uk...
> Hi,
> When I try to print a report using client-side printing in SP2, I get the
> Print dialog fine, then when I click 'OK' I get the 'Printing now...'
> popup, but IE hangs instantly. I've tried removing the ActiveX component
> and reregistering it but to no avail. However, it works fine on other
> machines that we have. Rendering to PDF works fine, so the report itself
> must be OK.
> Is anyone else seeing the same problem, or have any ideas about what could
> be causing it?
> Thanks,
> Chris.
>|||It sounds like a permissions issue. Can you export to Web Archive as a non
admin? Both of these features use the users temp directory for storing some
data, can you see if the users has write permission on his %temp% directory?
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Chris Childs" <chris@.nospam.nowhere.com> wrote in message
news:d4qeda$h40$1$8300dec7@.news.demon.co.uk...
>I found that being logged in as Administrator works perfectly, so it seems
>to be some sort of permissions issue on the server. Do I need to change
>any security settings in IIS or folder security on the report server?
> Interestingly, the Export feature doesn't work unless the user has
> administrative rights on the local machine.
> Any ideas?
> Chris.
> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
> news:d4qc2t$3ni$1$8302bc10@.news.demon.co.uk...
>> Hi,
>> When I try to print a report using client-side printing in SP2, I get the
>> Print dialog fine, then when I click 'OK' I get the 'Printing now...'
>> popup, but IE hangs instantly. I've tried removing the ActiveX component
>> and reregistering it but to no avail. However, it works fine on other
>> machines that we have. Rendering to PDF works fine, so the report itself
>> must be OK.
>> Is anyone else seeing the same problem, or have any ideas about what
>> could be causing it?
>> Thanks,
>> Chris.
>>
>|||Even when the user has full administrative rights on the local machine,
client-side printing still doesn't work. The user has full access to the
temp directory, and can export to both PDF and Web Archive formats.
Client-side printing only works when the user has administrative rights to
the domain. Maybe it is a setting in IIS, any ideas?
"Daniel Reib (MSFT)" <danreib@.online.microsoft.com> wrote in message
news:OkAdGcDTFHA.2520@.TK2MSFTNGP09.phx.gbl...
> It sounds like a permissions issue. Can you export to Web Archive as a
> non admin? Both of these features use the users temp directory for
> storing some data, can you see if the users has write permission on his
> %temp% directory?
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
> news:d4qeda$h40$1$8300dec7@.news.demon.co.uk...
>>I found that being logged in as Administrator works perfectly, so it seems
>>to be some sort of permissions issue on the server. Do I need to change
>>any security settings in IIS or folder security on the report server?
>> Interestingly, the Export feature doesn't work unless the user has
>> administrative rights on the local machine.
>> Any ideas?
>> Chris.
>> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
>> news:d4qc2t$3ni$1$8302bc10@.news.demon.co.uk...
>> Hi,
>> When I try to print a report using client-side printing in SP2, I get
>> the Print dialog fine, then when I click 'OK' I get the 'Printing
>> now...' popup, but IE hangs instantly. I've tried removing the ActiveX
>> component and reregistering it but to no avail. However, it works fine
>> on other machines that we have. Rendering to PDF works fine, so the
>> report itself must be OK.
>> Is anyone else seeing the same problem, or have any ideas about what
>> could be causing it?
>> Thanks,
>> Chris.
>>
>>
>|||It is doubtful that it is an IIS setting. Are there any policies that block
ActiveX controls?
--
Brian Welcker
Group Program Manager
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Chris Childs" <chris@.nospam.nowhere.com> wrote in message
news:d4sq3p$od8$1$8302bc10@.news.demon.co.uk...
> Even when the user has full administrative rights on the local machine,
> client-side printing still doesn't work. The user has full access to the
> temp directory, and can export to both PDF and Web Archive formats.
> Client-side printing only works when the user has administrative rights to
> the domain. Maybe it is a setting in IIS, any ideas?
> "Daniel Reib (MSFT)" <danreib@.online.microsoft.com> wrote in message
> news:OkAdGcDTFHA.2520@.TK2MSFTNGP09.phx.gbl...
>> It sounds like a permissions issue. Can you export to Web Archive as a
>> non admin? Both of these features use the users temp directory for
>> storing some data, can you see if the users has write permission on his
>> %temp% directory?
>> --
>> -Daniel
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
>> news:d4qeda$h40$1$8300dec7@.news.demon.co.uk...
>>I found that being logged in as Administrator works perfectly, so it
>>seems to be some sort of permissions issue on the server. Do I need to
>>change any security settings in IIS or folder security on the report
>>server?
>> Interestingly, the Export feature doesn't work unless the user has
>> administrative rights on the local machine.
>> Any ideas?
>> Chris.
>> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
>> news:d4qc2t$3ni$1$8302bc10@.news.demon.co.uk...
>> Hi,
>> When I try to print a report using client-side printing in SP2, I get
>> the Print dialog fine, then when I click 'OK' I get the 'Printing
>> now...' popup, but IE hangs instantly. I've tried removing the ActiveX
>> component and reregistering it but to no avail. However, it works fine
>> on other machines that we have. Rendering to PDF works fine, so the
>> report itself must be OK.
>> Is anyone else seeing the same problem, or have any ideas about what
>> could be causing it?
>> Thanks,
>> Chris.
>>
>>
>>
>|||No, the ActiveX control installs fine, and I get the print dialog, but then
it hangs when I print (or print preview) after that. We have no problems
with other ActiveX controls.
Chris.
"Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
news:e$CvMMNTFHA.3848@.TK2MSFTNGP10.phx.gbl...
> It is doubtful that it is an IIS setting. Are there any policies that
> block ActiveX controls?
> --
> Brian Welcker
> Group Program Manager
> Microsoft SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
> news:d4sq3p$od8$1$8302bc10@.news.demon.co.uk...
>> Even when the user has full administrative rights on the local machine,
>> client-side printing still doesn't work. The user has full access to the
>> temp directory, and can export to both PDF and Web Archive formats.
>> Client-side printing only works when the user has administrative rights
>> to the domain. Maybe it is a setting in IIS, any ideas?
>> "Daniel Reib (MSFT)" <danreib@.online.microsoft.com> wrote in message
>> news:OkAdGcDTFHA.2520@.TK2MSFTNGP09.phx.gbl...
>> It sounds like a permissions issue. Can you export to Web Archive as a
>> non admin? Both of these features use the users temp directory for
>> storing some data, can you see if the users has write permission on his
>> %temp% directory?
>> --
>> -Daniel
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
>> news:d4qeda$h40$1$8300dec7@.news.demon.co.uk...
>>I found that being logged in as Administrator works perfectly, so it
>>seems to be some sort of permissions issue on the server. Do I need to
>>change any security settings in IIS or folder security on the report
>>server?
>> Interestingly, the Export feature doesn't work unless the user has
>> administrative rights on the local machine.
>> Any ideas?
>> Chris.
>> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
>> news:d4qc2t$3ni$1$8302bc10@.news.demon.co.uk...
>> Hi,
>> When I try to print a report using client-side printing in SP2, I get
>> the Print dialog fine, then when I click 'OK' I get the 'Printing
>> now...' popup, but IE hangs instantly. I've tried removing the
>> ActiveX component and reregistering it but to no avail. However, it
>> works fine on other machines that we have. Rendering to PDF works
>> fine, so the report itself must be OK.
>> Is anyone else seeing the same problem, or have any ideas about what
>> could be causing it?
>> Thanks,
>> Chris.
>>
>>
>>
>>
>|||Try this...I think you may be missing RSClientPrint.Authenticate = false;
function Print()
{
RSClientPrint.MarginLeft = .5 * 25.4;
RSClientPrint.MarginTop = .5 * 25.4;
RSClientPrint.MarginRight = .5 * 25.4;
RSClientPrint.MarginBottom = .5 * 25.4;
RSClientPrint.Culture = 1033;
RSClientPrint.UICulture = 1033;
RSClientPrint.PageWidth = 11 * 25.4;
RSClientPrint.PageHeight = 8.5 * 25.4;
RSClientPrint.Authenticate = false;
RSClientPrint.Print('http://unisys1/reportserver',
'/Test/LMMISInquiry/RECIPIENTREIMBURSEMENT/ReportsAndLetters/AvgTurnaroundTime', 'AvgTurnaroundTime');
}
"Chris Childs" wrote:
> No, the ActiveX control installs fine, and I get the print dialog, but then
> it hangs when I print (or print preview) after that. We have no problems
> with other ActiveX controls.
> Chris.
> "Brian Welcker [MSFT]" <bwelcker@.online.microsoft.com> wrote in message
> news:e$CvMMNTFHA.3848@.TK2MSFTNGP10.phx.gbl...
> > It is doubtful that it is an IIS setting. Are there any policies that
> > block ActiveX controls?
> >
> > --
> > Brian Welcker
> > Group Program Manager
> > Microsoft SQL Server Reporting Services
> >
> > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> >
> > "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
> > news:d4sq3p$od8$1$8302bc10@.news.demon.co.uk...
> >> Even when the user has full administrative rights on the local machine,
> >> client-side printing still doesn't work. The user has full access to the
> >> temp directory, and can export to both PDF and Web Archive formats.
> >> Client-side printing only works when the user has administrative rights
> >> to the domain. Maybe it is a setting in IIS, any ideas?
> >>
> >> "Daniel Reib (MSFT)" <danreib@.online.microsoft.com> wrote in message
> >> news:OkAdGcDTFHA.2520@.TK2MSFTNGP09.phx.gbl...
> >> It sounds like a permissions issue. Can you export to Web Archive as a
> >> non admin? Both of these features use the users temp directory for
> >> storing some data, can you see if the users has write permission on his
> >> %temp% directory?
> >>
> >> --
> >> -Daniel
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >>
> >> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
> >> news:d4qeda$h40$1$8300dec7@.news.demon.co.uk...
> >>I found that being logged in as Administrator works perfectly, so it
> >>seems to be some sort of permissions issue on the server. Do I need to
> >>change any security settings in IIS or folder security on the report
> >>server?
> >>
> >> Interestingly, the Export feature doesn't work unless the user has
> >> administrative rights on the local machine.
> >>
> >> Any ideas?
> >>
> >> Chris.
> >>
> >> "Chris Childs" <chris@.nospam.nowhere.com> wrote in message
> >> news:d4qc2t$3ni$1$8302bc10@.news.demon.co.uk...
> >> Hi,
> >>
> >> When I try to print a report using client-side printing in SP2, I get
> >> the Print dialog fine, then when I click 'OK' I get the 'Printing
> >> now...' popup, but IE hangs instantly. I've tried removing the
> >> ActiveX component and reregistering it but to no avail. However, it
> >> works fine on other machines that we have. Rendering to PDF works
> >> fine, so the report itself must be OK.
> >>
> >> Is anyone else seeing the same problem, or have any ideas about what
> >> could be causing it?
> >>
> >> Thanks,
> >>
> >> Chris.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
>
>

Thursday, February 16, 2012

Client Report Builder Framework not being picked up

Just a question regarding what is required to use report builder from a client pc.

If i sit at client pc, and then click on the report builder, it promts me that framework 2 is required to run report builder. I then proceed to click on the given link to install framework 2 beta 2 , but yet once the install is complete, even after a reboot, if i click on the report builder button again from within RS , it still prompts me to install the framework?

If i view the source, i see that its just a modal window with the message on the click of the button,i have even cleared cache and temp files but no luck, so it obviously does this check as the http://webserver/reports site loads.

Am i missing something here, any help would be appreciated

Thanks in advance
Shaun

Ok, i have managed to figure it out,

I am using the lastest CTP for SQL2005 on the server,
When the client gets sent to the microsoft site, it seems to install with a different framework version.

I read a bit about this on the following link, if any one else has any hassles.
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=82579

So basically, to fix it, i have made a copy of the correct framework redistributable and installed that onto the client machines , then everything seems to work.

Regards,
Shaun

Sunday, February 12, 2012

ClickOnce Please Help

When having someone run my click once app that is using SQL CE they are getting this message.

The application requires that assembly System.Data.SqlServerCE Version 9.0.242.0 be installed in the global assembly cache (GAC) first

Can someone please let me know what I need to add to prerequisites?

Update on my issue. I have downloaded the development toolkit for CE and have set CE as a prerequisit. I ran click once and then published the application and downloaded it on a machine that does not have click once. The application installed and started. I went to do something that I know uses CE and I get this message Unable to load DLL sqlceme30.DLL.

|||Maybe you should have a look at this: http://msdn2.microsoft.com/en-us/library/bb219481.aspx

Clicking through to errors

When I click on an error message in the messages/results screen, it no longer highlights the correct section of code to show where the error is - somehow it has gone out of sync and just highlights a random piece of code.

Does anyone know how to reset it so that the error in the messages screen matches up to the correct line of code?

Thanks

Smile

Re-start SSMS, or reboot your computer...|||Hey there - thanks for getting back to me. I have tried both the restarting of the program and rebooting my PC - neither work. Sad

Clicking through to errors

When I click on an error message in the messages/results screen, it no longer highlights the correct section of code to show where the error is - somehow it has gone out of sync and just highlights a random piece of code.

Does anyone know how to reset it so that the error in the messages screen matches up to the correct line of code?

Thanks

Smile

Re-start SSMS, or reboot your computer...|||Hey there - thanks for getting back to me. I have tried both the restarting of the program and rebooting my PC - neither work. Sad

Clickable charts/graphs?

Hi all,
in Crystal reports it is possible to create a chart that you can click on
(i.e. specific bars within the chart) which then lead to a different section
of the report. Is this possible with SSRS?
Thanks
TazYes using "Action" option.
Amarnath
"Tarun Mistry" wrote:
> Hi all,
> in Crystal reports it is possible to create a chart that you can click on
> (i.e. specific bars within the chart) which then lead to a different section
> of the report. Is this possible with SSRS?
> Thanks
> Taz
>
>|||thanks for the response. It took me a little while to find the setting.
Would you also know of a quick way of re-rendering the graph on a further
restricted dataset?
kind regards
Taz
"Amarnath" <Amarnath@.discussions.microsoft.com> wrote in message
news:7E263DF9-A273-4E4D-A458-BCAA0BA1EA51@.microsoft.com...
> Yes using "Action" option.|||What do you mean by re-rendering. Something like drillthrough from graphs to
again displaying graphs.. something like that.
Amarnath
"Tarun Mistry" wrote:
> thanks for the response. It took me a little while to find the setting.
> Would you also know of a quick way of re-rendering the graph on a further
> restricted dataset?
> kind regards
> Taz
> "Amarnath" <Amarnath@.discussions.microsoft.com> wrote in message
> news:7E263DF9-A273-4E4D-A458-BCAA0BA1EA51@.microsoft.com...
> > Yes using "Action" option.
>
>|||Yes, if thats possible.
Imagine...
Graph 1 Displayed showing summary of data.
User click "Bar 2".
Graph redisplayed showing data specific to Bar 2. This required the
group/filter to be altered slightly.
Is something like this possible?
Kind Regards
Taz
"Amarnath" <Amarnath@.discussions.microsoft.com> wrote in message
news:7889B050-E641-4D14-ADB0-68B542A0BF29@.microsoft.com...
> What do you mean by re-rendering. Something like drillthrough from graphs
> to
> again displaying graphs.. something like that.
> Amarnath
> "Tarun Mistry" wrote:
>> thanks for the response. It took me a little while to find the setting.
>> Would you also know of a quick way of re-rendering the graph on a further
>> restricted dataset?
>> kind regards
>> Taz
>> "Amarnath" <Amarnath@.discussions.microsoft.com> wrote in message
>> news:7E263DF9-A273-4E4D-A458-BCAA0BA1EA51@.microsoft.com...
>> > Yes using "Action" option.
>>

Click to Sort Column Headings

Is there a table property that allows for this? or Do I have to build that
into my query and requery everytime I want to sort? Can someone provide an
example?Rich,
Thanks for the response. I don't see the attached project. Can you post
the link to where you found the project or provide a detailed description on
how to do it (please be as descript as possible...I am noob)?
Thanks!
"Rich Millman" wrote:
> No, there is no table property for this.
> It is not difficult.
> First thing to understand is that you don't sort in your query, you let RS
> do the sorting.
> Then in your column headings you provide actions to open your report,
> passing in parameters that control the sorting.
> Attached is a project that you can use as a sample. I didn't write it, but
> it helped me.
>
> "Neo" <Neo@.discussions.microsoft.com> wrote in message
> news:3FC1A47E-4D46-4604-981D-01DE508D134B@.microsoft.com...
> > Is there a table property that allows for this? or Do I have to build
> > that
> > into my query and requery everytime I want to sort? Can someone provide
> > an
> > example?
>
>|||If you are using Outlook express a paper clip shows the attachment. The
posting did have an attachment with it.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Neo" <Neo@.discussions.microsoft.com> wrote in message
news:B964369A-A97D-4C66-AE47-F6F670051B74@.microsoft.com...
> Rich,
> Thanks for the response. I don't see the attached project. Can you post
> the link to where you found the project or provide a detailed description
on
> how to do it (please be as descript as possible...I am noob)?
> Thanks!
> "Rich Millman" wrote:
> > No, there is no table property for this.
> > It is not difficult.
> > First thing to understand is that you don't sort in your query, you let
RS
> > do the sorting.
> > Then in your column headings you provide actions to open your report,
> > passing in parameters that control the sorting.
> >
> > Attached is a project that you can use as a sample. I didn't write it,
but
> > it helped me.
> >
> >
> > "Neo" <Neo@.discussions.microsoft.com> wrote in message
> > news:3FC1A47E-4D46-4604-981D-01DE508D134B@.microsoft.com...
> > > Is there a table property that allows for this? or Do I have to build
> > > that
> > > into my query and requery everytime I want to sort? Can someone
provide
> > > an
> > > example?
> >
> >
> >|||Sorry, I was using the Webbased MS Technet. I opened up the newsgroup with
newsgroup viewer and now have the file.
Thanks!
"Bruce L-C [MVP]" wrote:
> If you are using Outlook express a paper clip shows the attachment. The
> posting did have an attachment with it.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Neo" <Neo@.discussions.microsoft.com> wrote in message
> news:B964369A-A97D-4C66-AE47-F6F670051B74@.microsoft.com...
> > Rich,
> >
> > Thanks for the response. I don't see the attached project. Can you post
> > the link to where you found the project or provide a detailed description
> on
> > how to do it (please be as descript as possible...I am noob)?
> >
> > Thanks!
> >
> > "Rich Millman" wrote:
> >
> > > No, there is no table property for this.
> > > It is not difficult.
> > > First thing to understand is that you don't sort in your query, you let
> RS
> > > do the sorting.
> > > Then in your column headings you provide actions to open your report,
> > > passing in parameters that control the sorting.
> > >
> > > Attached is a project that you can use as a sample. I didn't write it,
> but
> > > it helped me.
> > >
> > >
> > > "Neo" <Neo@.discussions.microsoft.com> wrote in message
> > > news:3FC1A47E-4D46-4604-981D-01DE508D134B@.microsoft.com...
> > > > Is there a table property that allows for this? or Do I have to build
> > > > that
> > > > into my query and requery everytime I want to sort? Can someone
> provide
> > > > an
> > > > example?
> > >
> > >
> > >
>
>

Click Through report/jump to a location

Anyone know how to make a report jump to a particular part of the
report when you open it.
Here's my situation. I have a summary commission report, that when you
click on the Sales reps name, it takes you to a detailed report about
the reps invoices. This report needs to have all reps on it, but i
want it to jump to the location of the rep that was clicked on in the
original report. Is this possible?Christhe,
I think you are looking for an anchor function. I don't think there is one,
unless you create your custom Report viewer. However, if you change your
report structure a bit, you may get the same effect. Click on the name, call
the same report with name parameter and display the results at the bottom.
By default, do not show any data related to sales.
How does it sound? Let me know, if you find a another solution for your
problem.
Thanks.
Cem Demircioglu
"ChristheGreat" <cfelkey@.gmail.com> wrote in message
news:1105052689.824503.90710@.z14g2000cwz.googlegroups.com...
> Anyone know how to make a report jump to a particular part of the
> report when you open it.
> Here's my situation. I have a summary commission report, that when you
> click on the Sales reps name, it takes you to a detailed report about
> the reps invoices. This report needs to have all reps on it, but i
> want it to jump to the location of the rep that was clicked on in the
> original report. Is this possible?
>|||There is a way to set and jump to a bookmark once you are in the report, the
question is whether this bookmark can be specified on the URL. This has
gotten me curious and I am going to investigate it.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Cem Demircioglu" <cem@.nospam.com> wrote in message
news:OE40e$M9EHA.2540@.TK2MSFTNGP09.phx.gbl...
> Christhe,
> I think you are looking for an anchor function. I don't think there is
one,
> unless you create your custom Report viewer. However, if you change your
> report structure a bit, you may get the same effect. Click on the name,
call
> the same report with name parameter and display the results at the bottom.
> By default, do not show any data related to sales.
> How does it sound? Let me know, if you find a another solution for your
> problem.
> Thanks.
> Cem Demircioglu
> "ChristheGreat" <cfelkey@.gmail.com> wrote in message
> news:1105052689.824503.90710@.z14g2000cwz.googlegroups.com...
> > Anyone know how to make a report jump to a particular part of the
> > report when you open it.
> >
> > Here's my situation. I have a summary commission report, that when you
> > click on the Sales reps name, it takes you to a detailed report about
> > the reps invoices. This report needs to have all reps on it, but i
> > want it to jump to the location of the rep that was clicked on in the
> > original report. Is this possible?
> >
>|||Have you had any luck w/ this ? I saw in the reporting services books online
documentation that there is a "BookmarkID" property as an HTML device setting
when rendering to HTML.
I would like to just specify a BookMarkId using URL access something like - :
http://itmgmt/ReportServer?%2fONE_BILL%2falltel&dept_head_key=B3C95052-28F1-4318-A4CB-020008B960CA&department_number=ALL&bill_month=12/1/04&rs%3aParameterLanguage=&rc%3aParameters=FALSE&BookmarkID=704-591-2508
but it expects the BookmarkID as a report parameter.
"Bruce L-C [MVP]" wrote:
> There is a way to set and jump to a bookmark once you are in the report, the
> question is whether this bookmark can be specified on the URL. This has
> gotten me curious and I am going to investigate it.
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Cem Demircioglu" <cem@.nospam.com> wrote in message
> news:OE40e$M9EHA.2540@.TK2MSFTNGP09.phx.gbl...
> >
> > Christhe,
> > I think you are looking for an anchor function. I don't think there is
> one,
> > unless you create your custom Report viewer. However, if you change your
> > report structure a bit, you may get the same effect. Click on the name,
> call
> > the same report with name parameter and display the results at the bottom.
> > By default, do not show any data related to sales.
> >
> > How does it sound? Let me know, if you find a another solution for your
> > problem.
> >
> > Thanks.
> > Cem Demircioglu
> >
> > "ChristheGreat" <cfelkey@.gmail.com> wrote in message
> > news:1105052689.824503.90710@.z14g2000cwz.googlegroups.com...
> > > Anyone know how to make a report jump to a particular part of the
> > > report when you open it.
> > >
> > > Here's my situation. I have a summary commission report, that when you
> > > click on the Sales reps name, it takes you to a detailed report about
> > > the reps invoices. This report needs to have all reps on it, but i
> > > want it to jump to the location of the rep that was clicked on in the
> > > original report. Is this possible?
> > >
> >
> >
>
>|||I thought this should be possible but same as you I was not able to get it
to work. I'll try my MS contacts and see if there is a way to do this.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"jj#10" <jj10@.discussions.microsoft.com> wrote in message
news:C2A778A3-352F-4E89-86B2-4A58044889BE@.microsoft.com...
> Have you had any luck w/ this ? I saw in the reporting services books
online
> documentation that there is a "BookmarkID" property as an HTML device
setting
> when rendering to HTML.
> I would like to just specify a BookMarkId using URL access something
like - :
>
http://itmgmt/ReportServer?%2fONE_BILL%2falltel&dept_head_key=B3C95052-28F1-4318-A4CB-020008B960CA&department_number=ALL&bill_month=12/1/04&rs%3aParameterLanguage=&rc%3aParameters=FALSE&BookmarkID=704-591-2508
> but it expects the BookmarkID as a report parameter.
> "Bruce L-C [MVP]" wrote:
> > There is a way to set and jump to a bookmark once you are in the report,
the
> > question is whether this bookmark can be specified on the URL. This has
> > gotten me curious and I am going to investigate it.
> >
> > --
> > Bruce Loehle-Conger
> > MVP SQL Server Reporting Services
> >
> > "Cem Demircioglu" <cem@.nospam.com> wrote in message
> > news:OE40e$M9EHA.2540@.TK2MSFTNGP09.phx.gbl...
> > >
> > > Christhe,
> > > I think you are looking for an anchor function. I don't think there is
> > one,
> > > unless you create your custom Report viewer. However, if you change
your
> > > report structure a bit, you may get the same effect. Click on the
name,
> > call
> > > the same report with name parameter and display the results at the
bottom.
> > > By default, do not show any data related to sales.
> > >
> > > How does it sound? Let me know, if you find a another solution for
your
> > > problem.
> > >
> > > Thanks.
> > > Cem Demircioglu
> > >
> > > "ChristheGreat" <cfelkey@.gmail.com> wrote in message
> > > news:1105052689.824503.90710@.z14g2000cwz.googlegroups.com...
> > > > Anyone know how to make a report jump to a particular part of the
> > > > report when you open it.
> > > >
> > > > Here's my situation. I have a summary commission report, that when
you
> > > > click on the Sales reps name, it takes you to a detailed report
about
> > > > the reps invoices. This report needs to have all reps on it, but i
> > > > want it to jump to the location of the rep that was clicked on in
the
> > > > original report. Is this possible?
> > > >
> > >
> > >
> >
> >
> >|||got it! - need to put "&rc%3a" in front of "BookmarkID=704-591-2508"
This will get you to top of the page of the BookMark you are looking for,
but I suppose scrolling down to it on with browser would require client
scripting.
I will experiment with the Document map ID parameter to see if this works
any better.
"Bruce L-C [MVP]" wrote:
> I thought this should be possible but same as you I was not able to get it
> to work. I'll try my MS contacts and see if there is a way to do this.
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "jj#10" <jj10@.discussions.microsoft.com> wrote in message
> news:C2A778A3-352F-4E89-86B2-4A58044889BE@.microsoft.com...
> > Have you had any luck w/ this ? I saw in the reporting services books
> online
> > documentation that there is a "BookmarkID" property as an HTML device
> setting
> > when rendering to HTML.
> >
> > I would like to just specify a BookMarkId using URL access something
> like - :
> >
> >
> http://itmgmt/ReportServer?%2fONE_BILL%2falltel&dept_head_key=B3C95052-28F1-4318-A4CB-020008B960CA&department_number=ALL&bill_month=12/1/04&rs%3aParameterLanguage=&rc%3aParameters=FALSE&BookmarkID=704-591-2508
> >
> > but it expects the BookmarkID as a report parameter.
> >
> > "Bruce L-C [MVP]" wrote:
> >
> > > There is a way to set and jump to a bookmark once you are in the report,
> the
> > > question is whether this bookmark can be specified on the URL. This has
> > > gotten me curious and I am going to investigate it.
> > >
> > > --
> > > Bruce Loehle-Conger
> > > MVP SQL Server Reporting Services
> > >
> > > "Cem Demircioglu" <cem@.nospam.com> wrote in message
> > > news:OE40e$M9EHA.2540@.TK2MSFTNGP09.phx.gbl...
> > > >
> > > > Christhe,
> > > > I think you are looking for an anchor function. I don't think there is
> > > one,
> > > > unless you create your custom Report viewer. However, if you change
> your
> > > > report structure a bit, you may get the same effect. Click on the
> name,
> > > call
> > > > the same report with name parameter and display the results at the
> bottom.
> > > > By default, do not show any data related to sales.
> > > >
> > > > How does it sound? Let me know, if you find a another solution for
> your
> > > > problem.
> > > >
> > > > Thanks.
> > > > Cem Demircioglu
> > > >
> > > > "ChristheGreat" <cfelkey@.gmail.com> wrote in message
> > > > news:1105052689.824503.90710@.z14g2000cwz.googlegroups.com...
> > > > > Anyone know how to make a report jump to a particular part of the
> > > > > report when you open it.
> > > > >
> > > > > Here's my situation. I have a summary commission report, that when
> you
> > > > > click on the Sales reps name, it takes you to a detailed report
> about
> > > > > the reps invoices. This report needs to have all reps on it, but i
> > > > > want it to jump to the location of the rep that was clicked on in
> the
> > > > > original report. Is this possible?
> > > > >
> > > >
> > > >
> > >
> > >
> > >
>
>|||I was having a single page in my tests and expected it to go to the bookmark
which it did not. So it sounds like it is partially implemented, that it
brought it to the appropriate page. Well, that is something. Let me know
what you find out with Document map if you don't mind. Thanks,
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"jj#10" <jj10@.discussions.microsoft.com> wrote in message
news:33692470-7120-4A1B-A055-321F4C288B78@.microsoft.com...
> got it! - need to put "&rc%3a" in front of "BookmarkID=704-591-2508"
> This will get you to top of the page of the BookMark you are looking for,
> but I suppose scrolling down to it on with browser would require client
> scripting.
> I will experiment with the Document map ID parameter to see if this works
> any better.
> "Bruce L-C [MVP]" wrote:
> > I thought this should be possible but same as you I was not able to get
it
> > to work. I'll try my MS contacts and see if there is a way to do this.
> >
> > --
> > Bruce Loehle-Conger
> > MVP SQL Server Reporting Services
> >
> > "jj#10" <jj10@.discussions.microsoft.com> wrote in message
> > news:C2A778A3-352F-4E89-86B2-4A58044889BE@.microsoft.com...
> > > Have you had any luck w/ this ? I saw in the reporting services books
> > online
> > > documentation that there is a "BookmarkID" property as an HTML device
> > setting
> > > when rendering to HTML.
> > >
> > > I would like to just specify a BookMarkId using URL access something
> > like - :
> > >
> > >
> >
http://itmgmt/ReportServer?%2fONE_BILL%2falltel&dept_head_key=B3C95052-28F1-4318-A4CB-020008B960CA&department_number=ALL&bill_month=12/1/04&rs%3aParameterLanguage=&rc%3aParameters=FALSE&BookmarkID=704-591-2508
> > >
> > > but it expects the BookmarkID as a report parameter.
> > >
> > > "Bruce L-C [MVP]" wrote:
> > >
> > > > There is a way to set and jump to a bookmark once you are in the
report,
> > the
> > > > question is whether this bookmark can be specified on the URL. This
has
> > > > gotten me curious and I am going to investigate it.
> > > >
> > > > --
> > > > Bruce Loehle-Conger
> > > > MVP SQL Server Reporting Services
> > > >
> > > > "Cem Demircioglu" <cem@.nospam.com> wrote in message
> > > > news:OE40e$M9EHA.2540@.TK2MSFTNGP09.phx.gbl...
> > > > >
> > > > > Christhe,
> > > > > I think you are looking for an anchor function. I don't think
there is
> > > > one,
> > > > > unless you create your custom Report viewer. However, if you
change
> > your
> > > > > report structure a bit, you may get the same effect. Click on the
> > name,
> > > > call
> > > > > the same report with name parameter and display the results at the
> > bottom.
> > > > > By default, do not show any data related to sales.
> > > > >
> > > > > How does it sound? Let me know, if you find a another solution for
> > your
> > > > > problem.
> > > > >
> > > > > Thanks.
> > > > > Cem Demircioglu
> > > > >
> > > > > "ChristheGreat" <cfelkey@.gmail.com> wrote in message
> > > > > news:1105052689.824503.90710@.z14g2000cwz.googlegroups.com...
> > > > > > Anyone know how to make a report jump to a particular part of
the
> > > > > > report when you open it.
> > > > > >
> > > > > > Here's my situation. I have a summary commission report, that
when
> > you
> > > > > > click on the Sales reps name, it takes you to a detailed report
> > about
> > > > > > the reps invoices. This report needs to have all reps on it,
but i
> > > > > > want it to jump to the location of the rep that was clicked on
in
> > the
> > > > > > original report. Is this possible?
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> >
> >
> >|||I can't get the Doc Map Id to work at all. Not sure what I'm doing wrong - I
utilized it in the same way as the BooMarkID.
I'll probably stick with the BookMarkID.
"Bruce L-C [MVP]" wrote:
> I was having a single page in my tests and expected it to go to the bookmark
> which it did not. So it sounds like it is partially implemented, that it
> brought it to the appropriate page. Well, that is something. Let me know
> what you find out with Document map if you don't mind. Thanks,
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "jj#10" <jj10@.discussions.microsoft.com> wrote in message
> news:33692470-7120-4A1B-A055-321F4C288B78@.microsoft.com...
> > got it! - need to put "&rc%3a" in front of "BookmarkID=704-591-2508"
> >
> > This will get you to top of the page of the BookMark you are looking for,
> > but I suppose scrolling down to it on with browser would require client
> > scripting.
> >
> > I will experiment with the Document map ID parameter to see if this works
> > any better.
> >
> > "Bruce L-C [MVP]" wrote:
> >
> > > I thought this should be possible but same as you I was not able to get
> it
> > > to work. I'll try my MS contacts and see if there is a way to do this.
> > >
> > > --
> > > Bruce Loehle-Conger
> > > MVP SQL Server Reporting Services
> > >
> > > "jj#10" <jj10@.discussions.microsoft.com> wrote in message
> > > news:C2A778A3-352F-4E89-86B2-4A58044889BE@.microsoft.com...
> > > > Have you had any luck w/ this ? I saw in the reporting services books
> > > online
> > > > documentation that there is a "BookmarkID" property as an HTML device
> > > setting
> > > > when rendering to HTML.
> > > >
> > > > I would like to just specify a BookMarkId using URL access something
> > > like - :
> > > >
> > > >
> > >
> http://itmgmt/ReportServer?%2fONE_BILL%2falltel&dept_head_key=B3C95052-28F1-4318-A4CB-020008B960CA&department_number=ALL&bill_month=12/1/04&rs%3aParameterLanguage=&rc%3aParameters=FALSE&BookmarkID=704-591-2508
> > > >
> > > > but it expects the BookmarkID as a report parameter.
> > > >
> > > > "Bruce L-C [MVP]" wrote:
> > > >
> > > > > There is a way to set and jump to a bookmark once you are in the
> report,
> > > the
> > > > > question is whether this bookmark can be specified on the URL. This
> has
> > > > > gotten me curious and I am going to investigate it.
> > > > >
> > > > > --
> > > > > Bruce Loehle-Conger
> > > > > MVP SQL Server Reporting Services
> > > > >
> > > > > "Cem Demircioglu" <cem@.nospam.com> wrote in message
> > > > > news:OE40e$M9EHA.2540@.TK2MSFTNGP09.phx.gbl...
> > > > > >
> > > > > > Christhe,
> > > > > > I think you are looking for an anchor function. I don't think
> there is
> > > > > one,
> > > > > > unless you create your custom Report viewer. However, if you
> change
> > > your
> > > > > > report structure a bit, you may get the same effect. Click on the
> > > name,
> > > > > call
> > > > > > the same report with name parameter and display the results at the
> > > bottom.
> > > > > > By default, do not show any data related to sales.
> > > > > >
> > > > > > How does it sound? Let me know, if you find a another solution for
> > > your
> > > > > > problem.
> > > > > >
> > > > > > Thanks.
> > > > > > Cem Demircioglu
> > > > > >
> > > > > > "ChristheGreat" <cfelkey@.gmail.com> wrote in message
> > > > > > news:1105052689.824503.90710@.z14g2000cwz.googlegroups.com...
> > > > > > > Anyone know how to make a report jump to a particular part of
> the
> > > > > > > report when you open it.
> > > > > > >
> > > > > > > Here's my situation. I have a summary commission report, that
> when
> > > you
> > > > > > > click on the Sales reps name, it takes you to a detailed report
> > > about
> > > > > > > the reps invoices. This report needs to have all reps on it,
> but i
> > > > > > > want it to jump to the location of the rep that was clicked on
> in
> > > the
> > > > > > > original report. Is this possible?
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
>
>

Click through Report Parameter

Hi there.

I am having a problem where I have a Summary Report for a Region that lists out data for each community in that region (sample below):

West Region Count Community 1 N/A Community 2 14 Community 3 41 Community 4 25 Community 5 38 Community 6 67 Community 7 40 Community 8 52

I have navigation setup such that when I click on a Community (like Community_1 above), the detailed community report is called. I am passing CommunityID as a parameter to the community report. The community report has a CommunityID (literally) parameter setup. This seems fine, but when I click on a community from the Region report (for example, Community_1 above), the community report does not automatically get rendered, it makes me select a community before it renders. I must have something setup incorrectly, but can't figure it out. Any ideas would be appreciated.

I want the community report to be rendered based on the selected community without having to select it again.

Thanks, Mike

Sounds like the detailed community report has a parameter that does not have a default value set. That would be why it is asking for an input when it starts up. There is a parameter button on the navagation tab of the textbox properties window to map the default parameter from the original report to the report you are jumping. If there is only one "CommunityID" parameter in the jump too report that should be it. Might also check for a duplicate parameter that could have been accidently added without a default.

|||

Thanks for the response.

I do not have a default parameter set on the community detail report, but how do I do that when the report is dual purpose - 1. A click through where you pass a community id AND 2. a standalone community report where you pick your community from a list. Is this possible? It seems like it should be and I have something setup wrong still.

I do not see a place to setup a default parameter on the navigation for the textbox. I assume this is what you mean:

I click on parameters button on the navigation tab (where I have the community report selected). I pick CommunityID from the dropdown and set it = to =Fields!CommunityID.Value.

I think that should do it.

Also, I checked and I do not have a duplicate parameter. Other ideas?

Thanks, Mike

|||

To set the default parameter of the "Jump to report" from the original report:

In the original report:

Right click on the textbox with the jump to feature.

Select properties from the drop down.

Click navagation tab.

In the hyperlink action section beside the jump to report field is a parameters button.

Click it to open a parameter mapping window.

On this window you select a value from the original report to default into the parameter of the "jump to" report.

When filled in there should be two fields with values; one the parameter name from the "jump to" report and the other a parameter value which is a field in the original report.

If the jump to report is receiving the value correctly it will not ask for the value to be input when it is called up. If you are using the report for dual purpose it does not need to have a built in default value. The default can be blank and its value populated as described above.

|||

Thanks again for the response.

I have the default parameter setup correctly as you described, so I think it is not being passed correctly. The value I am getting from the database os a char(5), so it might not be handling the padding correctly or something. I am going to try it with another field that is an int and make sure that works... then I will know if it is that stupid char(5) value. Grrrrrrr.

Thanks, Mike

|||This issue is killing me. I can get clickthrough reports to work fine with other parameters (ints instead of char(5)). I have tried trimming the value before sending it etc. I have tried passing a specific community code (with and without padding) and that does not work. Anyone have ideas?|||Is there a way that I can see the actual value being passed?|||

Put the value in question into a textbox in the original report.

The data type does need to be the same for the field in both reports; might be able to workaround using some kind of type conversion in the parameter or sql stmt.

|||

OK, some more info...

I am passing the community code and it does contain spaces for padding up to the 5 chars, but I do not think that is the issue. I just tried setting up the report parameter on the community report and forced the default to be one of my community codes (non-queried) and the report still does not automatically populate. I still have to select a community code.

What would cause the report not to generate?

|||More info. I can get it to work fine when I do not have it setup to get available values from a query. I should be able to do that shouldn't I?|||

I figured it out...

In my dataset on the Community detail report which gets the list of available values, I had to cast the community id to be a varchar as below:

CAST(CommunityID AS varchar(5))

Then it worked fine. What a pain.

Mike

Click through Report Parameter

Hi there.

I am having a problem where I have a Summary Report for a Region that lists out data for each community in that region (sample below):

West Region Count Community 1 N/A Community 2 14 Community 3 41 Community 4 25 Community 5 38 Community 6 67 Community 7 40 Community 8 52

I have navigation setup such that when I click on a Community (like Community_1 above), the detailed community report is called. I am passing CommunityID as a parameter to the community report. The community report has a CommunityID (literally) parameter setup. This seems fine, but when I click on a community from the Region report (for example, Community_1 above), the community report does not automatically get rendered, it makes me select a community before it renders. I must have something setup incorrectly, but can't figure it out. Any ideas would be appreciated.

I want the community report to be rendered based on the selected community without having to select it again.

Thanks, Mike

Sounds like the detailed community report has a parameter that does not have a default value set. That would be why it is asking for an input when it starts up. There is a parameter button on the navagation tab of the textbox properties window to map the default parameter from the original report to the report you are jumping. If there is only one "CommunityID" parameter in the jump too report that should be it. Might also check for a duplicate parameter that could have been accidently added without a default.

|||

Thanks for the response.

I do not have a default parameter set on the community detail report, but how do I do that when the report is dual purpose - 1. A click through where you pass a community id AND 2. a standalone community report where you pick your community from a list. Is this possible? It seems like it should be and I have something setup wrong still.

I do not see a place to setup a default parameter on the navigation for the textbox. I assume this is what you mean:

I click on parameters button on the navigation tab (where I have the community report selected). I pick CommunityID from the dropdown and set it = to =Fields!CommunityID.Value.

I think that should do it.

Also, I checked and I do not have a duplicate parameter. Other ideas?

Thanks, Mike

|||

To set the default parameter of the "Jump to report" from the original report:

In the original report:

Right click on the textbox with the jump to feature.

Select properties from the drop down.

Click navagation tab.

In the hyperlink action section beside the jump to report field is a parameters button.

Click it to open a parameter mapping window.

On this window you select a value from the original report to default into the parameter of the "jump to" report.

When filled in there should be two fields with values; one the parameter name from the "jump to" report and the other a parameter value which is a field in the original report.

If the jump to report is receiving the value correctly it will not ask for the value to be input when it is called up. If you are using the report for dual purpose it does not need to have a built in default value. The default can be blank and its value populated as described above.

|||

Thanks again for the response.

I have the default parameter setup correctly as you described, so I think it is not being passed correctly. The value I am getting from the database os a char(5), so it might not be handling the padding correctly or something. I am going to try it with another field that is an int and make sure that works... then I will know if it is that stupid char(5) value. Grrrrrrr.

Thanks, Mike

|||This issue is killing me. I can get clickthrough reports to work fine with other parameters (ints instead of char(5)). I have tried trimming the value before sending it etc. I have tried passing a specific community code (with and without padding) and that does not work. Anyone have ideas?|||Is there a way that I can see the actual value being passed?|||

Put the value in question into a textbox in the original report.

The data type does need to be the same for the field in both reports; might be able to workaround using some kind of type conversion in the parameter or sql stmt.

|||

OK, some more info...

I am passing the community code and it does contain spaces for padding up to the 5 chars, but I do not think that is the issue. I just tried setting up the report parameter on the community report and forced the default to be one of my community codes (non-queried) and the report still does not automatically populate. I still have to select a community code.

What would cause the report not to generate?

|||More info. I can get it to work fine when I do not have it setup to get available values from a query. I should be able to do that shouldn't I?|||

I figured it out...

In my dataset on the Community detail report which gets the list of available values, I had to cast the community id to be a varchar as below:

CAST(CommunityID AS varchar(5))

Then it worked fine. What a pain.

Mike

Click Through Error - An item with the same key has already been added - When/Why?

I am getting this error when clicking-through in Report Builder on a report using a report model as the data source -
An item with the same key has already been added.

I searched for the error but came up empty in the SSRS space. Does anyone out there know when this is generated and where I need to look in my model/properties to see what I have set incorrectly?

A little background/detail - It's a simple report against two fields (type & #count) in one entity (customer) in a (guessing here) medium sized model (~16 transactional/fact entities, ~40 lookup entities, ~15 what I am calling domain entities). The entity has 5 DefaultDetailAttributes, one Identifying. The report has 2 fields type (a lookup role) and #customers in the data area (so I can click it to test the click through). Then I click the # Customers to look at the detail for those X customers and after a long while and no queries against the DB (I have profiler running) I get this error.

Thanks in advance for the help.

Getting the same error too...

Click Through Chart to a Report

Is there anyway to make a whole chart be a click-through to a report? In
other words, I want the complete chart, the whole square, to be a link to
another report.I don't see that available right now. Hopefully, all sorts of clickability
will be included with the enhanced charting available with SQL 2005 -- if
not with the core product, then with third-party options, such as
integration with full-featured Dundas charts.
--
Cheers,
'(' Jeff A. Stucker
\
Business Intelligence
www.criadvantage.com
---
"Cooper" <Cooper@.discussions.microsoft.com> wrote in message
news:B89B7E4C-A868-40B2-B205-C82DAD10EA47@.microsoft.com...
> Is there anyway to make a whole chart be a click-through to a report? In
> other words, I want the complete chart, the whole square, to be a link to
> another report.