ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer.Implementation.Extensions Namespace / DataProviderTypeExtension Class / GetStaticVal<T> Method

In This Topic
    GetStaticVal<T> Method (DataProviderTypeExtension)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetStaticVal(Of T)( _
       ByVal dataProviderFactoryType As Type, _
       ByVal propFldName As String _
    ) As T
    public static T GetStaticVal<T>( 
       Type dataProviderFactoryType,
       string propFldName
    )

    Parameters

    dataProviderFactoryType
    propFldName

    Type Parameters

    T
    See Also