Classe ReportParameterDefaultCollection
Represents a collection of report parameters. This class is referenced by the OverrideParameters property.
Hierarquia de herança
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'ReportParameter> ) > ) >
Microsoft.ReportingServices.SharePoint.UI.WebParts..::..ReportParameterDefaultCollection
Namespace: Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ReportParameterDefaultCollection _
Inherits Collection(Of ReportParameter)
'Uso
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>
O tipo ReportParameterDefaultCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReportParameterDefaultCollection | Initializes a new instance of the ReportParameterDefaultCollection class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
Item | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
Items | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
Clear | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
ClearItems | Removes all report parameters from the collection. (Substitui Collection< (Of < ( <'T> ) > ) >. . :: . .ClearItems() () () ().) | |
Contains | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
CopyTo | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IndexOf | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
Insert | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
InsertItem | Inserts a report parameter into the collection at the specified index. (Substitui Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T).) | |
MemberwiseClone | (Herdado de Object.) | |
Remove | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
RemoveAt | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
RemoveItem | Removes the report parameter at the specified index of the collection. (Substitui Collection< (Of < ( <'T> ) > ) >. . :: . .RemoveItem(Int32).) | |
SetItem | Sets the report parameter at the specified index. (Substitui Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T).) | |
ToString | (Herdado de Object.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Change | Occurs when something changes in the ReportParameterDefaultCollection object. |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList. . :: . .Add | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
IList. . :: . .Contains | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
IList. . :: . .IndexOf | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
IList. . :: . .Insert | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
IList. . :: . .Item | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
IList. . :: . .Remove | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Herdado de Collection< (Of < ( <'ReportParameter> ) > ) >.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.