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 :
Finance | Project Operations, Human Resources, ...
Suggested answer

Report Data Provider List not visible in my workspace

(0) ShareShare
ReportReport
Posted on by 10

pastedimage1679993122051v1.pngwhen I choose ,I find the Report Data Provider List is not visible. but I remember it worked In the last week.Did I do something wrong?

I have the same question (0)
  • Cloud Wang Profile Picture
    10 on at
    RE: Report Data Provider List not visible in my workspace

    it's a problem why it also not work after I delete my dp class?

  • Suggested answer
    Bharani Preetham Peraka Profile Picture
    3,634 Moderator on at
    RE: Report Data Provider List not visible in my workspace

    Once you select the dp class when adding the dataset, just wait for the temp tables to load and show you. Seems you are not waiting. If the fields are many then it will take some time to load. Wait some more time and check.

  • Cloud Wang Profile Picture
    10 on at
    RE: Report Data Provider List not visible in my workspace

    yes,I tried

  • Mohit Rampal Profile Picture
    12,563 Moderator on at
    RE: Report Data Provider List not visible in my workspace

    Have you tried restarting Visual studio and Virtual machine as well.

  • Cloud Wang Profile Picture
    10 on at
    RE: Report Data Provider List not visible in my workspace

    I had  sync DB and build all models. it not work. when I choose Query , it can load Query Data List.it only can't load Report Data Provider List.

  • Komi Siabi Profile Picture
    13,047 Most Valuable Professional on at
    RE: Report Data Provider List not visible in my workspace

    Hi , 

    It is clear that, not only your RDP is not showing, but all standard and custom RDPs.Build your model first with DB sync and build all models with reference. This would take a longer time though. 

  • Cloud Wang Profile Picture
    10 on at
    RE: Report Data Provider List not visible in my workspace

    [

    SRSReportParameterAttribute(classstr(CHINTWqwReportTestContract)),

       SRSReportQueryAttribute(queryStr(CHINTCustConfirmTrans))

       ]

    class CHINTWqwReportTestDP extends SrsReportDataProviderPreProcessTempDB

    {

       CHINTWqwReportTestDataTableTmp talbleTmp;

       [SRSReportDataSetAttribute(tablestr(CHINTWqwReportTestDataTableTmp))]

       public CHINTWqwReportTestDataTableTmp getTalbleTmp()

       {

           select talbleTmp;

           return talbleTmp;

       }

       public void processReport()

       {  

           CHINTWqwReportTestContract contract = this.parmDataContract() as CHINTWqwReportTestContract;

           FromDate fromDate = contract.parmFromDate();

           ToDate todate = contract.parmToDate();

           Query                   query   = this.parmQuery();

           QueryBuildDataSource    qbds    = query.dataSourceTable(tableNum(CustConfirmTrans));

           QueryBuildRange         qbr     = qbds.addRange(fieldNum(CustConfirmTrans, DlvDate));

           qbr.value(SysQuery::range(fromDate, todate));

           QueryBuildRange         qbr1     = qbds.addRange(fieldNum(CustConfirmTrans, ConfirmId));

           qbr1.value("CCF-000004");

           QueryRun    queryRun    = new QueryRun(query);

           while (queryRun.next())

           {

               CustConfirmTrans custConfirmTrans = queryRun.get(tableNum(CustConfirmTrans));

               talbleTmp.clear();

               talbleTmp.name = custConfirmTrans.Name;

               talbleTmp.confirmId = custConfirmTrans.ConfirmId;

               talbleTmp.insert();

           }

       }

    }

  • Suggested answer
    GirishS Profile Picture
    27,825 Moderator on at
    RE: Report Data Provider List not visible in my workspace

    Hi Cloud Wang,

    Open any standard report and check whether it's showing any Report data provider list. You can expand the dataset and on property click on three dots to select the report data provider list names.

    Also check whether report designs are opening.

    Thanks,

    Girish S.

  • Bharani Preetham Peraka Profile Picture
    3,634 Moderator on at
    RE: Report Data Provider List not visible in my workspace

    Can you send your dp class code?

  • Cloud Wang Profile Picture
    10 on at
    RE: Report Data Provider List not visible in my workspace

    yes , I try duplicating this report, remove dataset and add again. but it also not work

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…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 895

#2
Sohaib Cheema Profile Picture

Sohaib Cheema 811 User Group Leader

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 787 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans