In a current project I need to get report meta-information such as page pixe height/ width or page orientation.
Ideally I would like to achieve this information before actually rendering the report itself (by using RenderExecutionService.Render2 method).
Is this somehow possible?