Intersoft WebGrid Documentation
DynARInfo Constructor(String,String,String)
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > DynARInfo Class > DynARInfo Constructor : DynARInfo Constructor(String,String,String)






reportType
The file type of report.
reportPath
Full physical path of temporary report folder.
reportName
The file name of report.
Initializes a new instance of the DynARInfo class using report type, path, and name.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal reportType As String, _
   ByVal reportPath As String, _
   ByVal reportName As String _
)
Visual Basic (Usage)Copy Code
Dim reportType As String
Dim reportPath As String
Dim reportName As String
 
Dim instance As New DynARInfo(reportType, reportPath, reportName)
C# 
public DynARInfo( 
   string reportType,
   string reportPath,
   string reportName
)
Delphi 
public DynARInfo( 
    reportType: String;
    reportPath: String;
    reportName: String
); 
JScript 
public function DynARInfo( 
   reportType : String,
   reportPath : String,
   reportName : String
);
Managed Extensions for C++ 
public: DynARInfo( 
   string* reportType,
   string* reportPath,
   string* reportName
)
C++/CLI 
public:
DynARInfo( 
   String^ reportType,
   String^ reportPath,
   String^ reportName
)

Parameters

reportType
The file type of report.
reportPath
Full physical path of temporary report folder.
reportName
The file name of report.

Example

WebGrid1.ExportGrid( new ISNet.WebUI.WebGrid.DynARInfo("text","C:\\Program Files\\TempReport\\","Customers"));

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.