Intersoft WebScheduler Documentation
ReportInfo Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerExportEventArgs Class : ReportInfo Property






Glossary Item Box

The WebSchedulerReportInfo that is obtained from the data which is going to be exported.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ReportInfo As WebSchedulerReportInfo
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerExportEventArgs
Dim value As WebSchedulerReportInfo
 
value = instance.ReportInfo
C# 
public WebSchedulerReportInfo ReportInfo {get;}
Delphi 
public read-only property ReportInfo: WebSchedulerReportInfo; 
JScript 
public function get ReportInfo : WebSchedulerReportInfo
Managed Extensions for C++ 
public: __property WebSchedulerReportInfo* get_ReportInfo();
C++/CLI 
public:
property WebSchedulerReportInfo^ ReportInfo {
   WebSchedulerReportInfo^ get();
}

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.