Свойство 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