Méthode AddParameters
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub AddParameters ( _
urlParameters As NameValueCollection, _
parameterType As UrlParameterType _
)
'Utilisation
Dim instance As ReportUrlBuilder
Dim urlParameters As NameValueCollection
Dim parameterType As UrlParameterType
instance.AddParameters(urlParameters, _
parameterType)
public void AddParameters(
NameValueCollection urlParameters,
UrlParameterType parameterType
)
public:
void AddParameters(
NameValueCollection^ urlParameters,
UrlParameterType parameterType
)
member AddParameters :
urlParameters:NameValueCollection *
parameterType:UrlParameterType -> unit
public function AddParameters(
urlParameters : NameValueCollection,
parameterType : UrlParameterType
)
Paramètres
- urlParameters
Type : System.Collections.Specialized. . :: . .NameValueCollection
- parameterType
Type : Microsoft.ReportingServices.ReportRendering. . :: . .UrlParameterType
Voir aussi