Announcements
No record found.
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
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.
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
JS-09031509-0 3
AS-17030037-0 2
Mark Eckert 2