Forum Discussion

sugia279's avatar
sugia279
Occasional Contributor
7 years ago

How to get the content text of XtraReport DevExpress v17?

Hi Everyone,

 

I'm in trouble with XtraReport v17.1.3.

 

My Scenario: I need check the content of report with the expected file.

Current: I'm using the TestComplete v12.10, and it can't get the content text of the Text on XtraReport v17.

- With XtraReport v14, the TC can get the content text of the report.

Besides, the TC v12 can't get the combobox object on XtraReport bar.

 

Please help me to resolve this issue.

Thanks and regards,

Hien Su

 

5 Replies

    • sugia279's avatar
      sugia279
      Occasional Contributor

      Hi Robert,

      Sorry for the reply late. I have just spent the Tet holiday.

      About "What's the actual class name of the component? "

      => DevExpress.XtraReports

      And I didn't find this class name in the suggested link.

       

       

       

      Thanks and regards,

      Hien Su

       

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        What that means then is that this class is not explicitly supported by TestComplete.  You won't have access to some of the specialized functions and such that might be available for the class.  You can still click on it and, potentially, may be able to access some of the internal methods and properties of the class. So, you can still test against it.  You'll just need to write some of your own custom functions and such to interact with the class.