Intersoft WebScheduler Documentation
WebSchedulerPrepareExportExecuteEventArgs Constructor
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerPrepareExportExecuteEventArgs Class : WebSchedulerPrepareExportExecuteEventArgs Constructor






reportObject
reportType

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal reportObject As DataDynamics.ActiveReports.ActiveReport3, _
   ByVal reportType As WebSchedulerReportType _
)
Visual Basic (Usage)Copy Code
Dim reportObject As DataDynamics.ActiveReports.ActiveReport3
Dim reportType As WebSchedulerReportType
 
Dim instance As New WebSchedulerPrepareExportExecuteEventArgs(reportObject, reportType)
C# 
public WebSchedulerPrepareExportExecuteEventArgs( 
   DataDynamics.ActiveReports.ActiveReport3 reportObject,
   WebSchedulerReportType reportType
)
Delphi 
public WebSchedulerPrepareExportExecuteEventArgs( 
    reportObject: DataDynamics.ActiveReports.ActiveReport3;
    reportType: WebSchedulerReportType
); 
JScript 
public function WebSchedulerPrepareExportExecuteEventArgs( 
   reportObject : DataDynamics.ActiveReports.ActiveReport3,
   reportType : WebSchedulerReportType
);
Managed Extensions for C++ 
public: WebSchedulerPrepareExportExecuteEventArgs( 
   DataDynamics.ActiveReports.ActiveReport3* reportObject,
   WebSchedulerReportType reportType
)
C++/CLI 
public:
WebSchedulerPrepareExportExecuteEventArgs( 
   DataDynamics.ActiveReports.ActiveReport3^ reportObject,
   WebSchedulerReportType reportType
)

Parameters

reportObject
reportType

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

©2013 Intersoft Solutions Corp. All Rights Reserved.