Wednesday, March 7, 2012

Events in SSRS Reports

Hi,
I would like to have a button type of thing on the report and on click of
it, I need to call a method in the custom assembly.
I was successful creating and using the custom assembly, but not able to
raise an event from the report.
Thanks in advance,
SureshI am not aware of any way to do this. I am aware of a variety of extensions
that are possible: rendering, security, data processing and delivery.
However, this is not like a winform or webform that has a variety of events
you can respond and write your custom code for.
What are you trying to do, perhaps there is another way to solve the
problem.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Suresh" <Suresh@.discussions.microsoft.com> wrote in message
news:409DCFC3-7875-4A9E-818D-C55094BC0895@.microsoft.com...
> Hi,
> I would like to have a button type of thing on the report and on click of
> it, I need to call a method in the custom assembly.
> I was successful creating and using the custom assembly, but not able to
> raise an event from the report.
> Thanks in advance,
> Suresh|||Thanks Bruce for the response,
After the report is generated from report server, I need to publish this
report to som eother location. I would like to acheive that by the click of a
button. Here Im not sure how to place a button, or just raise an event by the
user to perform that action.
Suresh. India
"Bruce L-C [MVP]" wrote:
> I am not aware of any way to do this. I am aware of a variety of extensions
> that are possible: rendering, security, data processing and delivery.
> However, this is not like a winform or webform that has a variety of events
> you can respond and write your custom code for.
> What are you trying to do, perhaps there is another way to solve the
> problem.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Suresh" <Suresh@.discussions.microsoft.com> wrote in message
> news:409DCFC3-7875-4A9E-818D-C55094BC0895@.microsoft.com...
> > Hi,
> > I would like to have a button type of thing on the report and on click of
> > it, I need to call a method in the custom assembly.
> > I was successful creating and using the custom assembly, but not able to
> > raise an event from the report.
> >
> > Thanks in advance,
> > Suresh
>
>|||I was looking for a way to reset the rownumber for each group, so I
could display a record count for every item in each group not one
continuous number for the entire report, when I saw this posting.
Access to the group event and being able to set rwonumber back to 1
would solve my task.
Perhaps there is another way to do it?
Thanks,
IanO|||What do you mean you need to publish? Are you wanting to save the report as
PDF somewhere? Or are you talking about publishing the report to another
Server?
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Suresh" <Suresh@.discussions.microsoft.com> wrote in message
news:D617027B-61DB-4AA8-AD99-0E39070B60C8@.microsoft.com...
> Thanks Bruce for the response,
> After the report is generated from report server, I need to publish this
> report to som eother location. I would like to acheive that by the click
> of a
> button. Here Im not sure how to place a button, or just raise an event by
> the
> user to perform that action.
> Suresh. India
> "Bruce L-C [MVP]" wrote:
>> I am not aware of any way to do this. I am aware of a variety of
>> extensions
>> that are possible: rendering, security, data processing and delivery.
>> However, this is not like a winform or webform that has a variety of
>> events
>> you can respond and write your custom code for.
>> What are you trying to do, perhaps there is another way to solve the
>> problem.
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> "Suresh" <Suresh@.discussions.microsoft.com> wrote in message
>> news:409DCFC3-7875-4A9E-818D-C55094BC0895@.microsoft.com...
>> > Hi,
>> > I would like to have a button type of thing on the report and on click
>> > of
>> > it, I need to call a method in the custom assembly.
>> > I was successful creating and using the custom assembly, but not able
>> > to
>> > raise an event from the report.
>> >
>> > Thanks in advance,
>> > Suresh
>>

No comments:

Post a Comment