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