[]
        
(Showing Draft Content)

C1.Ssrs.RplReader.Recs.ReportItemCollection.TryGetValue

TryGetValue Method

TryGetValue(string, out ReportItem)

Declaration
public bool TryGetValue(string name, out ReportItem ri)
Public Function TryGetValue(name As String, ByRef ri As ReportItem) As Boolean
Parameters
Type Name Description
string name
ReportItem ri
Returns
Type Description
bool