[]
        
(Showing Draft Content)

C1.Ssrs.RplReader.Recs.RecTable.Add

Add Method

Add(RecTable)

Declaration
public void Add(RecTable table)
Public Sub Add(table As RecTable)
Parameters
Type Name Description
RecTable table

Add(byte, CreateRplRec, object)

Declaration
public RecTableItem Add(byte recType, CreateRplRec createMethod, object defaultValue)
Public Function Add(recType As Byte, createMethod As CreateRplRec, defaultValue As Object) As RecTableItem
Parameters
Type Name Description
byte recType
CreateRplRec createMethod
object defaultValue
Returns
Type Description
RecTableItem