LocalReport.OriginalParametersToDrillthrough 屬性
如果這個報表是鑽研報表,則傳回從父報表傳遞至這個報表的參數。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property OriginalParametersToDrillthrough As IList(Of ReportParameter)
Get
'用途
Dim instance As LocalReport
Dim value As IList(Of ReportParameter)
value = instance.OriginalParametersToDrillthrough
[BrowsableAttribute(false)]
public IList<ReportParameter> OriginalParametersToDrillthrough { get; }
[BrowsableAttribute(false)]
public:
property IList<ReportParameter^>^ OriginalParametersToDrillthrough {
IList<ReportParameter^>^ get ();
}
[<BrowsableAttribute(false)>]
member OriginalParametersToDrillthrough : IList<ReportParameter>
function get OriginalParametersToDrillthrough () : IList<ReportParameter>
屬性值
型別:System.Collections.Generic.IList<ReportParameter>
ReportParameter 物件的 IList<T>,表示從父報表傳給鑽研報表的參數,如果此報表不是鑽研報表則為空集合。