共用方式為


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 命名空間