Intersoft WebGrid Documentation
ReportType Property
See Also  Example Send Feedback
ISNet.WebUI.WebGrid Namespace > DynARInfo Class : ReportType Property






Specifies report file type, like : excel, html, pdf, rtf, text, tiff, and xml.

Syntax

Visual Basic (Declaration) 
Public Property ReportType As String
Visual Basic (Usage)Copy Code
Dim instance As DynARInfo
Dim value As String
 
instance.ReportType = value
 
value = instance.ReportType
C# 
public string ReportType {get; set;}
Delphi 
public read-write property ReportType: String; 
JScript 
public function get,set ReportType : String
Managed Extensions for C++ 
public: __property string* get_ReportType();
public: __property void set_ReportType( 
   string* value
);
C++/CLI 
public:
property String^ ReportType {
   String^ get();
   void set (    String^ value);
}

Example

C#Copy Code
//Specifies the report type(excel,pdf,html,tiff,rtf), and path
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.