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