protected override void CleanupSuccessfulProcessing(ProcessingErrorContext errorContext)
 {
     ReportProcessing.CleanupOnDemandProcessing(this.m_odpContext, true);
 }
Beispiel #2
0
 protected override void CleanupSuccessfulProcessing(ProcessingErrorContext errorContext)
 {
     ReportProcessing.CleanupOnDemandProcessing(m_odpContext, resetGroupTreeStorage: true);
 }