CSV Reports
GetData Method (CsvDataRecord)



KellermanSoftware.CsvReports Namespace > CsvDataRecord Class : GetData Method
Not Supported
Syntax
Public Function GetData( _
   ByVal i As Integer _
) As IDataReader
Dim instance As CsvDataRecord
Dim i As Integer
Dim value As IDataReader
 
value = instance.GetData(i)
public IDataReader GetData( 
   int i
)
public:
IDataReader^ GetData( 
   int i
) 

Parameters

i
Exceptions
ExceptionDescription
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
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

CsvDataRecord Class
CsvDataRecord Members