다음을 통해 공유


ReportParameterInfo.Nullable 속성

매개 변수의 값이 nullnull 참조(Visual Basic에서는 Nothing)일 수 있는지 여부를 나타냅니다. 읽기 전용입니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
Public ReadOnly Property Nullable As Boolean
    Get
‘사용 방법
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Nullable
public bool Nullable { get; }
public:
property bool Nullable {
    bool get ();
}
member Nullable : bool
function get Nullable () : boolean

속성 값

유형: System.Boolean
읽기 전용 Boolean 값

참고 항목

참조

ReportParameterInfo 클래스

Microsoft.Reporting.WebForms 네임스페이스