다음을 통해 공유


DrillthroughParameters 속성

Gets the parameters for the drillthrough report.

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

구문

‘선언
Public Property DrillthroughParameters As NameValueCollection
    Get
    Set
‘사용 방법
Dim instance As Action
Dim value As NameValueCollection

value = instance.DrillthroughParameters

instance.DrillthroughParameters = value
public NameValueCollection DrillthroughParameters { get; set; }
public:
property NameValueCollection^ DrillthroughParameters {
    NameValueCollection^ get ();
    void set (NameValueCollection^ value);
}
member DrillthroughParameters : NameValueCollection with get, set
function get DrillthroughParameters () : NameValueCollection
function set DrillthroughParameters (value : NameValueCollection)

속성 값

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