Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 general forum

SSRS Report Not Loading in UUI.

(0) ShareShare
ReportReport
Posted on by 255

Hi All -

We are trying to load SSRS Report on click of Ribbon button in D365 V9.0. We have taken below code approach & its working fine as expected in classic UI, but unfortunately its not working for Unified Client Interface.

Report is not loading in Unified client interface.

var rdlName = "Committee Agenda Report.rdl"; 
var reportGuid = "{0F04C8AE-95D3-E811-A96B-000D3A1BECE3}";
var entityType = formContext.context.getQueryStringParameters().etc;
var entityGuid =formContext.data.entity.getId().replace('{','').replace('}','');
var entityGuidWithParanthesis = "{"+entityGuid+"}";
var url = Xrm.Page.context.getClientUrl() + "/crmreports/viewer/viewer.aspx?action=run&context=records&helpID=" + rdlName + "&id=" + reportGuid + "&records=" + entityGuid + "&recordstype=" + entityType+"&p:CommitteeMeetingId="+ entityGuidWithParanthesis;

window.open(url, null, 800, 600, true, false, null);

If anybody faced same issue & found any fix around it then please help us to solve this.

  • Suggested answer
    RaviKashyap Profile Picture
    55,410 Moderator on at
    RE: SSRS Report Not Loading in UUI.

    Hi,

    This is the unsupported code which used to work on the Classic interface. Unified Interface doesn't allow reports as yet. Also, window.open is again unsupported and will not work in unified interface.

    docs.microsoft.com/.../about-unified-interface

    Hope this helps.

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard > Dynamics 365 general forum

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans