Partilhar via


Propriedade do RDL ReportParameter.MultiValue

Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MultiValue As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

ReportParameter Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering