Skip to content

ReportColumnConverter.FromPropertyInfo method

Extracts a report column from a PropertyInfo

public static ReportColumn FromPropertyInfo(PropertyInfo property, ITextLocalizer localizer, 
    Field baseField = null)
parameter description
property The property object
localizer Text localizer
baseField Base field object

See Also