Свойство ReportParameter.MultiValue
Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property MultiValue As Boolean
Get
'Применение
Dim instance As ReportParameter
Dim value As Boolean
value = instance.MultiValue
public bool MultiValue { get; }
public:
property bool MultiValue {
bool get ();
}
member MultiValue : bool
function get MultiValue () : boolean
Значение свойства
Тип: System.Boolean
A Boolean value.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering