ReportViewer.ShowToolBar 속성
컨트롤에 도구 모음이 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다.
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)
구문
‘선언
<WebBrowsableAttribute(True)> _
Public Property ShowToolBar As Boolean
Get
Set
‘사용 방법
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowToolBar
instance.ShowToolBar = value
[WebBrowsableAttribute(true)]
public bool ShowToolBar { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowToolBar {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowToolBar : bool with get, set
function get ShowToolBar () : boolean
function set ShowToolBar (value : boolean)
속성 값
유형: System.Boolean
Boolean 값. 기본값은 true입니다.