IDataReaderFieldProperties Interface
Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.
Namespace: Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Interface IDataReaderFieldProperties
'Usage
Dim instance As IDataReaderFieldProperties
public interface IDataReaderFieldProperties
public interface class IDataReaderFieldProperties
type IDataReaderFieldProperties = interface end
public interface IDataReaderFieldProperties
Remarks
This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.