ReportViewer.ShowExportButton 속성

컨트롤에 내보내기 단추가 표시되는지 여부를 나타냅니다.

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

구문

‘선언
Public Property ShowExportButton As Boolean
    Get
    Set
‘사용 방법
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowExportButton

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

속성 값

유형: System.Boolean
Boolean 값. 기본값은 true입니다.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WinForms 네임스페이스