Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Advances the IDataReader to the next record.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Function Read As Boolean
'Usage
Dim instance As IDataReader
Dim returnValue As Boolean
returnValue = instance.Read()
bool Read()
bool Read()
abstract Read : unit -> bool
function Read() : boolean
Rückgabewert
Typ: System.Boolean
A value of true if the enumerator was successfully advanced to the next record, or a value of false if the enumerator has passed the end of the result set.
Hinweise
The default position of the IDataReader is prior to the first record. Therefore you must call Read to begin accessing any data.
While the data reader is in use, the associated connection is busy serving the IDataReader. This is the case until Close is called.