Is it possible to get the report execution metrics like processing time /rendering time.
Which functionality from the original Report Viewer are you refereing to?
I was referring to Microsoft.ReportingServices.OnDemandProcessing . I have used as a nuget package 15.1.16. able to process the existing RDL for a simple report with a single subreport. Now I wanted to get the time takes to execute the sub report , the rendering time . just like we have in SSRS.
Nothing changed in that regard. All the metric-related classes (like DataProcessingMetrics) are still available and used in this project.
Yes I see the class in the library. Let me explore on how to use it