ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Seralization.Common Namespace / Coders Class / StringDefEmpty Field

In This Topic
    StringDefEmpty Field (Coders)
    In This Topic
    Gets a coder for strings with an empty string as the default value.
    Syntax
    'Declaration
     
    Public Shared StringDefEmpty As Coders.Coder(Of String)
    public static Coders.Coder<string> StringDefEmpty
    See Also