Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

How to give the dynamic name of ssrs report when we export to pdf.

(0) ShareShare
ReportReport
Posted on by 11

How to give the dynamic name of ssrs report when we export to pdf.

var hight=800;
var width=900;
var left = (window.screen.width / 2) - ((width/ 2) + 10);
var top = (window.screen.height / 2) - ((hight/ 2) + 50);
var bidSheetId=formContext.data.entity.getId().replace("{", "").replace("}", "");
var rdlName = "BidSheetSummary.rdl";
var reportGuid = getReportId("BidSheetSummary");
if(reportGuid=="")
{
alert("Sorry, report does not exists");
return;
}
var parameter = encodeURIComponent(bidSheetId);
var url = formContext.context.getClientUrl() + "/crmreports/viewer/viewer.aspx?action=filter&helpID=" + rdlName + "&id={" + reportGuid + "}&p:bidsheetid=" + parameter + "&p:bidSheet="+ parameter;
window.open(url, null, "width="+width+ ", height="+hight+", top ="+top+", left="+left);

This is my java script code to view the report.

  • Suggested answer
    Soumen S Profile Picture
    on at
    RE: How to give the dynamic name of ssrs report when we export to pdf.

    Hi,

    I believe this is not possible, When you export it will always take the save report name by default.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,267 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,017 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans