Forum Discussion
- sbkeenanFrequent ContributorHi Damodar
I've recently had some 'fun' with a Dev Express Document Viewer control. What I've discovered is that if you select the 'SelectedPage' property, you will see a 'Bricks' property and from there view the 'Text' of each brick. This 'Text' property stores the content of an element within the document. All you need to do is to determine which brick you need to reference in your test.
Hope this is of some help.
Regards
Stephen. - damodara_visistOccasional ContributorAny luck! I am waiting for response!!
The control is devexpress control, below is the class name of the object:
DevExpress.XtraPrinting.Native.WinControls.ViewControl
Regards,
Damodar - AlexKaras
Champion Level 3
Hi Damodar,
http://support.smartbear.com/viewarticle/60660/ does not mention ViewControl as supported, so I am afraid that you will have to consult with developers what native methods (available on the Methods tab in the Object Browser) they will recommend to get the contents of the control and use them.
Information from http://support.smartbear.com/viewarticle/56888/ help topic might appear to help as well...