[]
        
(Showing Draft Content)

C1.Ssrs.RplReader.Recs.RplContainerRec.GetValue

GetValue Method

GetValue<T>(byte)

Declaration
public T GetValue<T>(byte childRecType)
Public Function GetValue(Of T)(childRecType As Byte) As T
Parameters
Type Name Description
byte childRecType
Returns
Type Description
T
Type Parameters
Name Description
T

GetValue<T>(byte, T)

Declaration
public T GetValue<T>(byte childRecType, T defValue)
Public Function GetValue(Of T)(childRecType As Byte, defValue As T) As T
Parameters
Type Name Description
byte childRecType
T defValue
Returns
Type Description
T
Type Parameters
Name Description
T

GetValue<T>(RplContainerRec, RplContainerRec, byte, T)

Declaration
public static T GetValue<T>(RplContainerRec rcr1, RplContainerRec rcr2, byte childRecType, T defValue)
Public Shared Function GetValue(Of T)(rcr1 As RplContainerRec, rcr2 As RplContainerRec, childRecType As Byte, defValue As T) As T
Parameters
Type Name Description
RplContainerRec rcr1
RplContainerRec rcr2
byte childRecType
T defValue
Returns
Type Description
T
Type Parameters
Name Description
T