Свойство ActionDrillthrough.Parameters
Parameters to the drillthrough report.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Parameters As ParameterCollection
Get
'Применение
Dim instance As ActionDrillthrough
Dim value As ParameterCollection
value = instance.Parameters
public ParameterCollection Parameters { get; }
public:
property ParameterCollection^ Parameters {
ParameterCollection^ get ();
}
member Parameters : ParameterCollection
function get Parameters () : ParameterCollection
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ParameterCollection
A ParameterCollection object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering