Classe ReportParameterDefaultCollection
Represents a collection of report parameters. This class is referenced by the OverrideParameters property.
Gerarchia di ereditarietà
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'ReportParameter> ) > ) >
Microsoft.ReportingServices.SharePoint.UI.WebParts..::..ReportParameterDefaultCollection
Spazio dei nomi Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ReportParameterDefaultCollection _
Inherits Collection(Of ReportParameter)
'Utilizzo
Dim instance As ReportParameterDefaultCollection
[SerializableAttribute]
public class ReportParameterDefaultCollection : Collection<ReportParameter>
[SerializableAttribute]
public ref class ReportParameterDefaultCollection : public Collection<ReportParameter^>
[<SerializableAttribute>]
type ReportParameterDefaultCollection =
class
inherit Collection<ReportParameter>
end
public class ReportParameterDefaultCollection extends Collection<ReportParameter>
Nel tipo ReportParameterDefaultCollection sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ReportParameterDefaultCollection | Initializes a new instance of the ReportParameterDefaultCollection class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
Item | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
Items | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
Clear | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
ClearItems | Removes all report parameters from the collection. Esegue l'override di Collection< (Of < ( <'T> ) > ) >. . :: . .ClearItems() () () (). | |
Contains | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
CopyTo | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetEnumerator | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
IndexOf | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
Insert | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
InsertItem | Inserts a report parameter into the collection at the specified index. Esegue l'override di Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T). | |
MemberwiseClone | Ereditato da Object. | |
Remove | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
RemoveAt | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
RemoveItem | Removes the report parameter at the specified index of the collection. Esegue l'override di Collection< (Of < ( <'T> ) > ) >. . :: . .RemoveItem(Int32). | |
SetItem | Sets the report parameter at the specified index. Esegue l'override di Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T). | |
ToString | Ereditato da Object. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Change | Occurs when something changes in the ReportParameterDefaultCollection object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IList. . :: . .Add | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
IList. . :: . .Contains | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
ICollection. . :: . .CopyTo | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
IEnumerable. . :: . .GetEnumerator | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
IList. . :: . .IndexOf | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
IList. . :: . .Insert | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
IList. . :: . .IsFixedSize | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
IList. . :: . .IsReadOnly | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
ICollection. . :: . .IsSynchronized | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
IList. . :: . .Item | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
IList. . :: . .Remove | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. | |
ICollection. . :: . .SyncRoot | Ereditato da Collection< (Of < ( <'ReportParameter> ) > ) >. |
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.