Compartilhar via


Propriedade do RDL IsMultiValue

Gets the value that specifies whether the parameter is a multivalue parameter.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property IsMultiValue As Boolean
    Get
'Uso
Dim instance As IParameter
Dim value As Boolean

value = instance.IsMultiValue
bool IsMultiValue { get; }
property bool IsMultiValue {
    bool get ();
}
abstract IsMultiValue : bool
function get IsMultiValue () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
A value that specifies whether the parameter is a multivalue parameter.

Comentários

This property returns true if the parameter is a multivalue parameter; otherwise, the property returns false.