Intersoft WebGrid Documentation
IISReportPath Field
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > DynARInfo Class : IISReportPath Field






Specifies virtual report path for temporary report file.

Syntax

Visual Basic (Declaration) 
Public IISReportPath As String
Visual Basic (Usage)Copy Code
Dim instance As DynARInfo
Dim value As String
 
value = instance.IISReportPath
 
instance.IISReportPath = value
C# 
public string IISReportPath
Delphi 
public field IISReportPath: String; 
JScript 
public var IISReportPath : String;
Managed Extensions for C++ 
public: string* IISReportPath
C++/CLI 
public:
String^ IISReportPath

Remarks

If you have changed the default ReportPath, you also need to change the IISReportPath which is used as the relative IIS path for displaying the output file properly.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.