ActiveReports 8
SetupExecutionContext Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace > ReportModelBase Class : SetupExecutionContext Method

context
consumer

Glossary Item Box

HACK Temporary stub method to pass execution context back to report

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetupExecutionContext( _
   ByVal context As System.Threading.SynchronizationContext, _
   ByVal consumer As IDocumentConsumer _
) 
C# 
public virtual void SetupExecutionContext( 
   System.Threading.SynchronizationContext context,
   IDocumentConsumer consumer
)

Parameters

context
consumer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also