Action.DrillthroughParameters 属性

Gets the parameters for the drillthrough report.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
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.

请参阅

参考

Action 类

Microsoft.ReportingServices.ReportRendering 命名空间