Interface IParameter
Defines the parameter properties.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Public Interface IParameter
'Utilisation
Dim instance As IParameter
public interface IParameter
public interface class IParameter
type IParameter = interface end
public interface IParameter
Le type IParameter expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
IsMultiValue | Gets the value that specifies whether the parameter is a multivalue parameter. | |
Name | Gets the value that specifies the name of the parameter. | |
Values | Gets the value that specifies an array of parameter values. |
Haut de la page