ActiveReports 12
IsNullable Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > QueryParameter Class : IsNullable Property
Gets or sets whether parameter is nullable.
Syntax
'Declaration
 
Public Property IsNullable As Nullable(Of Boolean)
public Nullable<bool> IsNullable {get; set;}
See Also

Reference

QueryParameter Class
QueryParameter Members