'Declaration Public Property CanModify As Nullable(Of Boolean)
public Nullable<bool> CanModify {get; set;}
Property Value
true
if report parameters can be modified; otherwise, false
.'Declaration Public Property CanModify As Nullable(Of Boolean)
public Nullable<bool> CanModify {get; set;}
true
if report parameters can be modified; otherwise, false
.