次の方法で共有


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
ブール 値。true の場合、ドリルスルー レポートであることを示します。

関連項目

参照

Report クラス

Microsoft.Reporting.WinForms 名前空間