다음을 통해 공유


ReportParameterInfo.Visible 속성

매개 변수가 사용자 인터페이스에 표시될 수 있는지 여부를 결정합니다.

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

구문

‘선언
Public Property Visible As Boolean
    Get
    Friend Set
‘사용 방법
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Visible
public bool Visible { get; internal set; }
public:
property bool Visible {
    bool get ();
    internal: void set (bool value);
}
member Visible : bool with get, internal set
function get Visible () : boolean
internal function set Visible (value : boolean)

속성 값

유형: System.Boolean
Boolean 값

주의

Visible이 false로 설정되면 PromptUser 속성은 무시됩니다.

Visible이 true로 설정되고 PromptUser도 true로 설정되면 사용자 인터페이스에 프롬프트가 표시됩니다.

참고 항목

참조

ReportParameterInfo 클래스

Microsoft.Reporting.WebForms 네임스페이스