ComponentOne Reports for WPF
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 ReportParameter.DataType is not String.
    Syntax
    'Declaration
     
    Public Property AllowBlank As Boolean
    public bool AllowBlank {get; set;}
    See Also