Свойство 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.
См. также