ReportParameter.AllowBlankSpecified プロパティ
AllowBlank プロパティが指定されていることを示します。
名前空間: ReportExecution2005
アセンブリ: ReportExecution2005 (ReportExecution2005.dll)
構文
'宣言
Public Property AllowBlankSpecified As Boolean
Get
Set
'使用
Dim instance As ReportParameter
Dim value As Boolean
value = instance.AllowBlankSpecified
instance.AllowBlankSpecified = value
public bool AllowBlankSpecified { get; set; }
public:
property bool AllowBlankSpecified {
bool get ();
void set (bool value);
}
member AllowBlankSpecified : bool with get, set
function get AllowBlankSpecified () : boolean
function set AllowBlankSpecified (value : boolean)
プロパティ値
型: System.Boolean
Boolean 値です。