Freigeben über


IParameter-Schnittstelle

Defines the parameter properties.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public Interface IParameter
'Usage
Dim instance As IParameter
public interface IParameter
public interface class IParameter
type IParameter =  interface end
public interface IParameter

Der IParameter-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsMultiValue Gets the value that specifies whether the parameter is a multivalue parameter.
Öffentliche Eigenschaft Name Gets the value that specifies the name of the parameter.
Öffentliche Eigenschaft Values Gets the value that specifies an array of parameter values.

Zum Anfang

Siehe auch

Verweis

Microsoft.ReportingServices.Interfaces-Namespace