Свойство ReportParameterInfo.Dependencies
Возвращает список параметров, значения которых используются для получения значений дополнительных параметров в запросе. Только чтение.
Пространство имен: Microsoft.Reporting.WebForms
Сборка: Microsoft.ReportViewer.WebForms (в Microsoft.ReportViewer.WebForms.dll)
Синтаксис
'Декларация
Public ReadOnly Property Dependencies As ReportParameterInfoCollection
Get
'Применение
Dim instance As ReportParameterInfo
Dim value As ReportParameterInfoCollection
value = instance.Dependencies
public ReportParameterInfoCollection Dependencies { get; }
public:
property ReportParameterInfoCollection^ Dependencies {
ReportParameterInfoCollection^ get ();
}
member Dependencies : ReportParameterInfoCollection
function get Dependencies () : ReportParameterInfoCollection
Значение свойства
Тип: Microsoft.Reporting.WebForms.ReportParameterInfoCollection
Объект ReportParameterInfoCollection только для чтения.