Share via


IDataReaderFieldProperties.GetPropertyCount Method

Returns the number of properties for a specified field.

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
Function GetPropertyCount ( _
    fieldIndex As Integer _
) As Integer
'Usage
Dim instance As IDataReaderFieldProperties 
Dim fieldIndex As Integer 
Dim returnValue As Integer 

returnValue = instance.GetPropertyCount(fieldIndex)
int GetPropertyCount(
    int fieldIndex
)
int GetPropertyCount(
    int fieldIndex
)
abstract GetPropertyCount : 
        fieldIndex:int -> int
function GetPropertyCount(
    fieldIndex : int
) : int

Parameters

Return Value

Type: System.Int32
The property count for the specified field.

See Also

Reference

IDataReaderFieldProperties Interface

Microsoft.ReportingServices.DataProcessing Namespace