Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
GetPropertyCount | Returns the number of properties for a specified field. |
![]() |
GetPropertyName | Returns the name of a specified property for a specified field. |
![]() |
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.
.gif)