หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns the parameters for the drillthrough report.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DrillthroughParameters As NameValueCollection
Get
'Usage
Dim instance As Image
Dim value As NameValueCollection
value = instance.DrillthroughParameters
public NameValueCollection DrillthroughParameters { get; }
public:
property NameValueCollection^ DrillthroughParameters {
NameValueCollection^ get ();
}
member DrillthroughParameters : NameValueCollection
function get DrillthroughParameters () : NameValueCollection
Property Value
Type: System.Collections.Specialized.NameValueCollection
A System.Collections.Specialized.NameValueCollection containing the parameters used for the drillthrough report.