ReportViewer.ZoomCalculated 속성

확대/축소 모드를 기준으로 계산되는 페이지 확대/축소를 가져옵니다.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ZoomCalculated As Integer
    Get
‘사용 방법
Dim instance As ReportViewer
Dim value As Integer

value = instance.ZoomCalculated
[BrowsableAttribute(false)]
public int ZoomCalculated { get; }
[BrowsableAttribute(false)]
public:
property int ZoomCalculated {
    int get ();
}
[<BrowsableAttribute(false)>]
member ZoomCalculated : int
function get ZoomCalculated () : int

속성 값

유형: System.Int32
계산된 확대/축소 배율을 나타내는 integer. 기본값은 100입니다.

주의

ZoomModeFullPage 또는 PageWidth로 설정된 경우 이 속성은 계산된 확대/축소 값을 가장 가까운 정수로 반올림하여 반환합니다. 최소값은 1입니다. ZoomModePercent로 설정되면 이 속성은 ZoomPercent와 동일한 값을 반환합니다.

현재 표시된 보고서 페이지가 없으면 값 100이 반환됩니다.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WinForms 네임스페이스