Results 1 to 5 of 5

Thread: [RESOLVED] VS2010: ASP.Net RDLC Report Question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    Resolved [RESOLVED] VS2010: ASP.Net RDLC Report Question

    Hi guys,

    I created a stored procedure (MS SQL Server 2008 R2) with a temporary table and parameters. Need to know on how to create RDLC report with a stored procedure.

    Many thanks!

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: VS2010: ASP.Net RDLC Report Question

    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    Re: VS2010: ASP.Net RDLC Report Question

    Thanks for the link but it didn't answer my question. What I need to know is how to add stored procedure (SP) in the RDLC. My SP has a temporary table from where the results returned.

  4. #4
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: VS2010: ASP.Net RDLC Report Question

    Step 8 in the article Sapator linked to shows how to programatically attach a datasource/set to the report. Given that you should be able create a dataset from your SP and bind it to the report.
    The problem with computers is their nature is pure logic. Just once I'd like my computer to do something deluded.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    Re: VS2010: ASP.Net RDLC Report Question

    I found the solution.

    SET FMTONLY ON;

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width