Свойство ReportParameter.MultiValue

Gets a Boolean value indicating whether this is a multivalue report parameter.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  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 indicating whether this is a multivalue report parameter.

См. также

Справочник

ReportParameter Класс

Пространство имен Microsoft.ReportingServices.ReportRendering