Visual Basic (Declaration) | |
---|---|
Public Overloads Function ExportScheduler( _ ByVal reportInfo As WebSchedulerReportInfo _ ) As System.String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebScheduler Dim reportInfo As WebSchedulerReportInfo Dim value As System.String value = instance.ExportScheduler(reportInfo) |
C# | |
---|---|
public System.string ExportScheduler( WebSchedulerReportInfo reportInfo ) |
Delphi | |
---|---|
public function ExportScheduler( reportInfo: WebSchedulerReportInfo ): System.String; |
JScript | |
---|---|
public function ExportScheduler( reportInfo : WebSchedulerReportInfo ) : System.String; |
Managed Extensions for C++ | |
---|---|
public: System.string* ExportScheduler( WebSchedulerReportInfo* reportInfo ) |
C++/CLI | |
---|---|
public: System.String^ ExportScheduler( WebSchedulerReportInfo^ reportInfo ) |
Parameters
- reportInfo
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