Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

Dialog on SSRS doesn't show

Posted on by 135

Hi everyone,

I have simple report but when i run it the dialog doesn´t show

class VSS_CustBalanceControllerClass extends SrsReportRunController
{
}

public static client void main(Args _args)
{

    //definir un nuevo objeto para la clase controller
    VSS_CustBalanceControllerClass controllerClass;
    controllerClass =new VSS_CustBalanceControllerClass();


    //pasar el caller args al controller
    controllerClass.parmArgs(_args);

    //Definir el nombre del report y del diseño del mismo
    controllerClass.parmReportName(ssrsReportStr(CustBalanceReport, CustBalanceReportDesign));

    //Ejecutar el report
    controllerClass.startOperation();
}


Even if i set  controllerClass.parmShowDialog(true); dialog still not running, i dont know why. 

I have a RDP report, with an Action menuItem, Object Type Class and Object  VSS_CustBalanceControllerClass

 

class VSS_CustBalanceContractClass
{
    //filtramos por fecha
    toDate toDate;
    FromDate fromDate;
    FromDate startDate;

}

 

[DataMemberAttribute("fromDate")]
public FromDate parmFromDate(FromDate _fromDate = fromDate)
{
    fromDate = _fromDate;

    return fromDate;
}


There is some of my attribute methods.

And i have a DPClass

[
SRSReportParameterAttribute(classstr(VSS_CustBalanceContractClass))
]
public class VSS_CustBalanceDPClass extends SRSReportDataProviderBase
{
    VSS_CustBalanceTableTmp custBalanceTmp;

}

Any suggestions?

*This post is locked for comments

  • MartaDiazVila Profile Picture
    MartaDiazVila 135 on at
    RE: Dialog on SSRS doesn't show

    Works! thanks

  • Verified answer
    udaY-ch Profile Picture
    udaY-ch 4,624 on at
    RE: Dialog on SSRS doesn't show

    Hi,

    Clear the user data cache  and AUC files.

    /Uday.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans