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

In This Topic
    TryGetValue<T> Method (StyleProps)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue(Of T)( _
       ByVal childRecType As Byte, _
       ByRef value As T _
    ) As Boolean
    public bool TryGetValue<T>( 
       byte childRecType,
       out T value
    )

    Parameters

    childRecType
    value

    Type Parameters

    T
    See Also