Share via


IDataReaderFieldProperties Interface

Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.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

The IDataReaderFieldProperties type exposes the following members.

Methods

  Name Description
Public method GetPropertyCount Returns the number of properties for a specified field.
Public method GetPropertyName Returns the name of a specified property for a specified field.
Public method GetPropertyValue Returns the name of a specified property for a specified field.

Top

Remarks

This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.

See Also

Reference

Microsoft.ReportingServices.DataProcessing Namespace