FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader.Recs Namespace / ImageProperties Class / GetValue<T> Method

In This Topic
    GetValue<T> Method (ImageProperties)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetValue(Of T)( _
       ByVal childRecType As Byte, _
       ByVal defValue As T _
    ) As T
    public T GetValue<T>( 
       byte childRecType,
       T defValue
    )

    Parameters

    childRecType
    defValue

    Type Parameters

    T
    See Also