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






Gets or sets the report information used by the event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ReportInfo As DynARInfo
Visual Basic (Usage)Copy Code
Dim instance As ExportEventArgs
Dim value As DynARInfo
 
value = instance.ReportInfo
C# 
public DynARInfo ReportInfo {get;}
Delphi 
public read-only property ReportInfo: DynARInfo; 
JScript 
public function get ReportInfo : DynARInfo
Managed Extensions for C++ 
public: __property DynARInfo* get_ReportInfo();
C++/CLI 
public:
property DynARInfo^ ReportInfo {
   DynARInfo^ get();
}

Example


C#Copy Code
e.ReportInfo.EnableValueList = true;

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.