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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

SSRS report not showing data while dataprovider providing it

(0) ShareShare
ReportReport
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

I have the same question (0)
  • Verified answer
    Sukrut Parab Profile Picture
    71,735 Moderator on at

    Try restarting SSRS service

  • akramw91 Profile Picture
    30 on at

    Thx man, this resolved my issue.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans