FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader.Recs Namespace / ReportItemCollection Class / TryGetValue Method

In This Topic
    TryGetValue Method (ReportItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal name As String, _
       ByRef ri As ReportItem _
    ) As Boolean
    public bool TryGetValue( 
       string name,
       out ReportItem ri
    )

    Parameters

    name
    ri
    See Also