Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 183581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:08:30+00:00 2026-05-11T15:08:30+00:00

I am deploying a lot of report lately. And so to I kept code

  • 0

I am deploying a lot of report lately. And so to I kept code and version clear and understanding, Ill like to have one stored procedure per report. Mostly time I need more data sets for one reports. Is there possibility to I have more then one data set in report SSRS for calling only one stored procedure for that report. (I am using remote reports hosted on Sql Report Server 2008 ).

I uses familiar Issue whit sample console application for creating multiple CSV files from SQL using one stored procedure. snipes of code looks something like this:

        SqlConnection conn = new SqlConnection(strConn);          SqlCommand command = new SqlCommand('sp_ado_pos_data', conn);         command.CommandType = CommandType.StoredProcedure;         command.Parameters.Add('@skl_id', SqlDbType.Int).Value = 158;         SqlDataAdapter adapter = new SqlDataAdapter(command);         DataSet ds = new DataSet();         adapter.Fill(ds);         for (int i = 0; i < ds.Tables.Count; i++)         {             string datoteka  = (string.Format(@'{0}tablea{1}.csv', direktorij, i));             DataTable tabela = ds.Tables[i];               //Here I fill datasets with multiple results from one stored proc.             CreateCSVFile(tabela,datoteka );             Console.WriteLine('Generišem tabelu {0}', datoteka);         } 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T15:08:30+00:00Added an answer on May 11, 2026 at 3:08 pm

    It appears that this isn’t possible with standard reports presented through the default report viewer – SSRS ignores all but the first result set from a multi result-set source.

    However, based on this article, it appears that it is be possible in stand-alone reports (.rdlc extension). I’m not sure whether this means that, with a custom report viewer, standard .rdl reports could be configured in a similar way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I read a lot about problems when deploying one Java EE application as multiple
We're deploying our own stream gauges (a lot like this USGS gauge: http://waterdata.usgs.gov/usa/nwis/uv?site_no=03539600 )
Deploying on JBoss AS 7.1.0.Final. I have a very simple test app. It was
After deploying a set of services on QA environemnt, one orchestration is suspended with
I am deploying a mod_wsgi application on top of Apache, and have a client
I have a folder with a lot of images for a multilingual site, the
Many times I only have made a little change for one page. How can
We have a lot of dll-libraries written in both delphi and c++ builder, and
We have a class library where we keep a lot of the stuff that
There seems to be a lot of confusion regarding deploying Adobe Air apps to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.