Skip to main content

Notifications

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?

  • Cloud Wang Profile Picture
    Cloud Wang 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
    Bharani Preetham Pe... 3,587 Super User 2024 Season 1 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
    Cloud Wang 10 on at
    RE: Report Data Provider List not visible in my workspace

    yes,I tried

  • Mohit Rampal Profile Picture
    Mohit Rampal 12,554 Super User 2024 Season 1 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
    Cloud Wang 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
    Komi Siabi 12,759 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
    Cloud Wang 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
    GirishS 27,821 Super User 2024 Season 1 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
    Bharani Preetham Pe... 3,587 Super User 2024 Season 1 on at
    RE: Report Data Provider List not visible in my workspace

    Can you send your dp class code?

  • Cloud Wang Profile Picture
    Cloud Wang 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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,111 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,934 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans