Gets a snapshot of the currently loaded form's user input.

Syntax

public System.Data.DataTable FormData { get; }
Public ReadOnly Property FormData() As System.Data.DataTable

Limitations

Read only.

Remarks

The DataTable object allows for a variety of different ways of processing the contained data. For instance, exporting the form data as xml string is as simple as calling the DataTable.WriteXml() method.