다음을 통해 공유


DrillthroughParameters 속성

Returns the parameters for the drillthrough report.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property DrillthroughParameters As NameValueCollection
    Get
‘사용 방법
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

속성 값

형식: System.Collections.Specialized. . :: . .NameValueCollection
A System.Collections.Specialized..::..NameValueCollection containing the parameters used for the drillthrough report.