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

In This Topic
    ReadChildren Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub ReadChildren( _
       ByVal rr As RplReader, _
       ByVal children As RplRecs, _
       ByVal table As RecTable, _
       ByVal finishCode As Byte _
    ) 
    protected static void ReadChildren( 
       RplReader rr,
       RplRecs children,
       RecTable table,
       byte finishCode
    )

    Parameters

    rr
    children
    table
    finishCode
    See Also