Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Contains report parameters as a sorted collection of associated string keys and string values, which can be accessed using either the key or the index.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AsNameValueCollection As NameValueCollection
Get
'Utilisation
Dim instance As ReportParameterCollection
Dim value As NameValueCollection
value = instance.AsNameValueCollection
public NameValueCollection AsNameValueCollection { get; }
public:
property NameValueCollection^ AsNameValueCollection {
NameValueCollection^ get ();
}
member AsNameValueCollection : NameValueCollection
function get AsNameValueCollection () : NameValueCollection
Valeur de propriété
Type : System.Collections.Specialized.NameValueCollection
Returns a NameValueCollection containing the report parameters. A NameValueCollection is a sorted collection, and its data can be accessed using a key or a value. For more information, see "NameValueCollection Class" in the Microsoft .NET Framework SDK.