다음을 통해 공유


Report.IsDrillthroughReport 속성

보고서가 드릴스루 보고서인지 여부를 나타냅니다.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property IsDrillthroughReport As Boolean
    Get
‘사용 방법
Dim instance As Report
Dim value As Boolean

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

속성 값

유형: System.Boolean
Boolean 값. true 값은 드릴스루 보고서임을 나타냅니다.

참고 항목

참조

Report 클래스

Microsoft.Reporting.WinForms 네임스페이스