Intersoft ClientUI Documentation
Result Property (UXGridViewExportedEventArgs)



Gets the exported result in string format.
Syntax
Public Property Result As String
Dim instance As UXGridViewExportedEventArgs
Dim value As String
 
instance.Result = value
 
value = instance.Result
public string Result {get; set;}
public:
property String^ Result {
   String^ get();
   void set (    String^ value);
}

Property Value

The exported result in string format.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridViewExportedEventArgs Class
UXGridViewExportedEventArgs Members

Send Feedback