LocalReport.OriginalParametersToDrillthrough 屬性

 

發佈時間: 2016年4月

如果這個報表是鑽研報表,則傳回從父報表傳遞至這個報表的參數。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

[BrowsableAttribute(false)]
public IList<ReportParameter> OriginalParametersToDrillthrough { get; }
public:
[BrowsableAttribute(false)]
property IList<ReportParameter^>^ OriginalParametersToDrillthrough {
    IList<ReportParameter^>^ get();
}
[<BrowsableAttribute(false)>]
member OriginalParametersToDrillthrough : IList<ReportParameter> with get
<BrowsableAttribute(False)>
Public ReadOnly Property OriginalParametersToDrillthrough As IList(Of ReportParameter)

屬性值

Type: System.Collections.Generic.IList<ReportParameter>

ReportParameter 物件的 IList<T>,代表從父報表傳遞至鑽研報表的參數;如果這個報表不是鑽研報表,則為空集合。

請參閱

LocalReport 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首