Classe ReportParameterCollection
A collection of ReportParameter objects. This class cannot be inherited.
Gerarchia di ereditarietà
System. . :: . .Object
System.Collections.Specialized. . :: . .NameObjectCollectionBase
Microsoft.ReportingServices.ReportRendering..::..ReportParameterCollection
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ReportParameterCollection _
Inherits NameObjectCollectionBase
'Utilizzo
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : NameObjectCollectionBase
public ref class ReportParameterCollection sealed : public NameObjectCollectionBase
[<SealedAttribute>]
type ReportParameterCollection =
class
inherit NameObjectCollectionBase
end
public final class ReportParameterCollection extends NameObjectCollectionBase
Nel tipo ReportParameterCollection sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
AsNameValueCollection | 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. |
![]() |
Count | Ereditato da NameObjectCollectionBase. |
![]() |
IsReadOnly | Ereditato da NameObjectCollectionBase. |
![]() |
IsValid | Indicates whether all of the report parameters have been correctly specified. |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets the parameter located in the collection at the position indicated by the index. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() |
Item[ ( [ ( String] ) ] ) | Gets the report parameter from the collection. The parameter retrieved is the parameter from the collection that matches the name specified in the name parameter. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() |
Keys | Ereditato da NameObjectCollectionBase. |
In alto
Metodi
In alto
Implementazioni esplicite dell'interfaccia
| Nome | Descrizione | |
|---|---|---|
![]() ![]() |
ICollection. . :: . .CopyTo | Ereditato da NameObjectCollectionBase. |
![]() ![]() |
ICollection. . :: . .IsSynchronized | Ereditato da NameObjectCollectionBase. |
![]() ![]() |
ICollection. . :: . .SyncRoot | Ereditato da NameObjectCollectionBase. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)