Report.IsDrillthroughReport プロパティ
発行: 2016年4月
レポートがドリルスルー レポートかどうかを示します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
[BrowsableAttribute(false)]
public bool IsDrillthroughReport { get; }
public:
[BrowsableAttribute(false)]
property bool IsDrillthroughReport {
bool get();
}
[<BrowsableAttribute(false)>]
member IsDrillthroughReport : bool with get
<BrowsableAttribute(False)>
Public ReadOnly Property IsDrillthroughReport As Boolean
プロパティ値
Type: System.Boolean
ブール値。true の場合、ドリルスルー レポートであることを示します。
参照
Report クラス
Microsoft.Reporting.WinForms 名前空間
トップに戻る