Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportParameter Class / AllowBlank Property

In This Topic
    AllowBlank Property
    In This Topic
    Gets or sets value indicating the value for this parameter can be the empty string. Ignored if DataType is not String.
    Syntax
    'Declaration
     
    Public Property AllowBlank As Boolean
    public bool AllowBlank {get; set;}
    See Also