I have using http2 plugin to test my project. But I don't know how to config the Summary Report to get data.
When you install HTTP/2 Sampler plugin using JMeter Plugins Manager you get View Result Tree Http2
listener as well:
If you add it to your Test Plan you will be able to see request and response details:
The same listener can be used for storing the data into CSV or XML file for later analysis.
Other JMeter Listeners will not be able to catch HTTP2 samplers due to their asynchronous nature which is not in line with JMeter's thread model.
More information: The New HTTP/2 Plugin for JMeter