Compartilhar via


Interface IParameter

Defines the parameter properties.

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
Public Interface IParameter
'Uso
Dim instance As IParameter
public interface IParameter
public interface class IParameter
type IParameter =  interface end
public interface IParameter

O tipo IParameter expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública IsMultiValue Gets the value that specifies whether the parameter is a multivalue parameter.
Propriedade pública Name Gets the value that specifies the name of the parameter.
Propriedade pública Values Gets the value that specifies an array of parameter values.

Início

Consulte também

Referência

Namespace Microsoft.ReportingServices.Interfaces