Propriedade do RDL MultiValue
Gets a Boolean value indicating whether this is a multivalue report parameter.
Namespace: Microsoft.ReportingServices.ReportRendering
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 indicating whether this is a multivalue report parameter.
Consulte também