Esempio n. 1
0
 private void FinallyBlockForProcessingAndRendering(AspNetCore.ReportingServices.OnDemandReportRendering.RenderingContext odpRenderingContext, ExecutionLogContext executionLogContext)
 {
     if (odpRenderingContext != null)
     {
         odpRenderingContext.CloseRenderingChunkManager();
     }
     executionLogContext.StopRenderingTimer();
 }
 private void FinallyBlockForProcessingAndRendering(Microsoft.ReportingServices.OnDemandReportRendering.RenderingContext odpRenderingContext, ExecutionLogContext executionLogContext)
 {
     odpRenderingContext?.CloseRenderingChunkManager();
     executionLogContext.StopRenderingTimer();
 }