IDataReaderFieldProperties Interface
Updated: February 25, 2016
Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | GetPropertyCount(Int32) | Returns the number of properties for a specified field. |
![]() | GetPropertyName(Int32, Int32) | Returns the name of a specified property for a specified field. |
![]() | GetPropertyValue(Int32, Int32) | Returns the name of a specified property for a specified field. |
This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.
Show:
