web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

SSRS Reports Upload through CRM

(0) ShareShare
ReportReport
Posted on by 135

Hi,
I am able to upload the SSRS reports from the CRM application one by one. Is there is any way to upload multiple SSRS reports at a time through CRM Application ?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Aileen Gusni Profile Picture
    44,524 on at

    Hi Sridhar,

    In web UI, I think it is not possible.

    Anyway, but as I know you can upload multiple .rdl File to SSRS Manager.

    http://ssrsbuddy.codeplex.com/

    beyondrelational.com/.../deploying-multiple-reports-to-report-manager-in-one-go-in-ssrs.aspx

    Then after that, maybe this link can help you:

    quantusdynamics.blogspot.com/.../dynamics-crm-moving-reports-to-new-ssrs.html

    Or another way, you should write a custom code to read all of the .RDL file and publish them to CRM programmatically

    Source: msdn.microsoft.com/.../gg309267.aspx

    Report sampleReport = new Report

    {

       Name = "Sample Report",

       BodyText = File.ReadAllText("SampleReport.rdl"),

       FileName = "SampleReport.rdl",

       LanguageCode = 1033, // US English

       ReportTypeCode = new OptionSetValue(ReportTypeCode.ReportingServicesReport)

    };

    // Create a report record named Sample Report.

    _reportId = _serviceProxy.Create(sampleReport)

    Hope it helps!

    Thanks.

  • sridharv Profile Picture
    135 on at

    Hi,

    Thanks for your reply.

    Through http://ssrsbuddy.codeplex.com/ if I upload all the reports how can I access these from CRM app? how to provide the link from CRM App?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
JS-09031509-0 Profile Picture

JS-09031509-0 3

#2
AS-17030037-0 Profile Picture

AS-17030037-0 2

#2
Mark Eckert Profile Picture

Mark Eckert 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans