Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing a report from SQL Server
Message
De
16/07/2014 10:56:29
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2014
Application:
Web
Divers
Thread ID:
01603727
Message ID:
01603810
Vues:
37
>I see - from your note - that will need to learn how to create datasets. And since most of the stuff I do is in stored procedures, I will have to learn how to do in in Stored Procedure.
>
>Thank you.

Well, it's actually quite easy. If you have a stored proc that is bringing back the result set you want....and you just want the SSRS report to bind to it. it's quite easy.

In a nutshell

- you define a new dataset in the SSRS report
- you can tell it whether you want it to be a query or a proc....if you choose proc, you get a dropdown and can pick the proc name
- that will populate the dataset definition with the columns from the report.

So it's pretty straightforward.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform