共用方式為


Image.DrillthroughParameters 屬性

Returns the parameters for the drillthrough report.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
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.

請參閱

參考

Image 類別

Microsoft.ReportingServices.ReportRendering 命名空間