all groups > sql server reporting services > october 2007 >
You're in the

sql server reporting services

group:

Question on Custom code assembly


Question on Custom code assembly S V Ramakrishna
10/19/2007 12:00:00 AM
sql server reporting services: Hi,
I have to build a report whose content is very complex and comes from
multiple tables. I think the best possible way is to write custom
code(assembly). Is it possible to return a data set using custom code
assembly and assign it to report ?
Please help.
-- Thanks
RK

Re: Question on Custom code assembly Vinnie
10/19/2007 12:00:00 AM
On Oct 19, 11:19 am, "S V Ramakrishna"
[quoted text, click to view]

Hi,

What you could do is write a storeproc for your dataset that handles
all (or most of)
your complex table handling.

V.
Re: Question on Custom code assembly S V Ramakrishna
10/19/2007 12:00:00 AM
Hi,
Thanks for the reply. Stored Procedure is a very good idea. I have a small
doubt. Is it possible at all to have a return type other than primitive
type(for example an array of integers ) for a method in a custom code
assembly in SSRS ?
--
RK

[quoted text, click to view]

AddThis Social Bookmark Button