How to print HID Report descriptor after success in setting configuration

I want to print HID report Descriptor of my HID device.
I have successfully configured the device using setConfig method.

I am using Arduino Due and USBHost library present in the library folder.