Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

SSRS report not showing data while dataprovider providing it

Posted on by 30

Hello everyone,

My SSRS Report shows no data, but when I change the table type to regular and debug the dataprovider the record shows perfectly on the report.

I cleared the cash and the problem persisted.

I also used this job to test the dataprovider when the table type is inMemory and the results are conclusive :

static void DebugDP(Args _args)
{
    SCP_ProjBilanFinContratTableTmp tempTable;
    SCP_ProjBilanFinContratDP dataProvider = new SCP_ProjBilanFinContratDP();
    SCP_BilanFinDeContratEtatContract contract = new SCP_BilanFinDeContratEtatContract();
    contract.parmBilanFinContratID("BFC-000012");

    dataProvider.parmDataContract(contract);
    dataProvider.processReport();
    tempTable = dataProvider.getSCP_ProjBilanFinContratTableTmp();

    while select tempTable
    {
        info(tempTable.CustAccount);
    }
}

The CustAccount property is displayed accordingly.
Then, if I execute the report no data is shown and I can't figure out why..

Thanks

*This post is locked for comments

  • akramw91 Profile Picture
    akramw91 30 on at
    RE: SSRS report not showing data while dataprovider providing it

    Thx man, this resolved my issue.

  • Verified answer
    Sukrut Parab Profile Picture
    Sukrut Parab 71,647 Moderator on at
    RE: SSRS report not showing data while dataprovider providing it

    Try restarting SSRS service

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