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

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

SSRS Report doesn't show up parameters dialog box not showing up.

(0) ShareShare
ReportReport
Posted on by

Running AX 2012 R3 & developing SSRS Report in Visual Studio 2010.

Using RDP, data contract, and controller class. However, after report deployment report parameters dialog

box isn't showing up. See below screen shot for example. Any idea how to resolve this?

Thanks in advance!

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Mohammad Raziq Ali Profile Picture
    2,486 on at
    RE: SSRS Report doesn't show up parameters dialog box not showing up.

    Hi,

    Things you must remember while working SSRS reports whether it is customized or New reports from scratch.

    -->Try to put static debugger (write breakpoint; in your code)in DP Class processReport() method.

    --> Run the report from visual studio (go to Microsoft dynamics AX Configuration Utility, select developer tab, and select check boxes provided) and debug it.

    --> Stress (While Debugging) on query in processReport() methods because that could also be one of the reason for your problem.

    --> Put static debugger in insertIntoTempTable() as well to check whether data is populating in temp table or not, change TableType as regular.

    --> Refresh Report Report Server in Tools-> Caches ->Refresh report server

    --> Delete the Report from report Server and redeploy it.

    --> Generate Incremental Cil and Full Cil generation (Recommended)

    Note: This is as per AX 2012 and higher versions

  • Mohammad Raziq Ali Profile Picture
    2,486 on at
    RE: SSRS Report doesn't show up parameters dialog box not showing up.

    See the Sys Attribute before the declaration of your Rdp class

    [SRSReportParameterAttribute(classstr(contract class))]

    please let me know more about your code

    Let us know and please verify this solutions if it helps you.

  • Verified answer
    Community Member Profile Picture
    on at
    RE: SSRS Report doesn't show up parameters dialog box not showing up.

    Please check the controller class of your report

    if you have this method set as false

    parmShowReportViewerParameters()

    Indicates whether the parameter UI should be displayed in the report viewer dialog box.  

    Pelase verify and update us with your findings

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: SSRS Report doesn't show up parameters dialog box not showing up.

    Please review following link

    msdn.microsoft.com/.../srsreportruncontroller.aspx

  • Ali Zaidi Profile Picture
    4,655 on at
    RE: SSRS Report doesn't show up parameters dialog box not showing up.

    did you check the data contract class has proper attributes on each getter setter similar

    [
    DataMemberAttribute(identifierStr(FontSize))
    ]
    public FontSize parmFontSize(FontSize _fontSize = fontSize)
    {
    fontSize = _fontSize;
    return fontSize;
    }

  • Suggested answer
    Faisal Fareed Profile Picture
    10,796 User Group Leader on at
    RE: SSRS Report doesn't show up parameters dialog box not showing up.

    You have to share more information how did you create these classes there are some attributes needs to be set and some boolean values may hide your customize parameters.

    You can have a look on this blog daxture.blogspot.co.nz/.../rdp-contract-ui-builder-and-controller.html and can compare what is missing in your classes and how can you hide/show parameters on dialog.

  • babalalex Profile Picture
    411 on at
    RE: SSRS Report doesn't show up parameters dialog box not showing up.

    Thanks it helped me a lot.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Tocauer Profile Picture

Martin Tocauer 4

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
NNaumenko Profile Picture

NNaumenko 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans