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






Specifies physical report path for temporary report file.

Syntax

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

Remarks

The ReportPath is assigned to "~/TempReports" by default, therefore "TempReports" folder should be created under the root of the web application. You can always change the ReportPath property.

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.