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






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

Syntax

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

Parameters

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

Return Value

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

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.