ReportParameterCollection 类
A collection of ReportParameter objects. This class cannot be inherited.
继承层次结构
System. . :: . .Object
System.Collections.Specialized. . :: . .NameObjectCollectionBase
Microsoft.ReportingServices.ReportRendering..::..ReportParameterCollection
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public NotInheritable Class ReportParameterCollection _
Inherits NameObjectCollectionBase
用法
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
ReportParameterCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
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 | (从 NameObjectCollectionBase 继承。) |
![]() |
IsReadOnly | (从 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 | (从 NameObjectCollectionBase 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
BaseAdd | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseClear | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseGet(String) | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseGet(Int32) | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseGetAllKeys | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseGetAllValues() () () () | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseGetAllValues(Type) | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseGetKey | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseHasKeys | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseRemove | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseRemoveAt | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseSet(String, Object) | (从 NameObjectCollectionBase 继承。) |
![]() |
BaseSet(Int32, Object) | (从 NameObjectCollectionBase 继承。) |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetEnumerator | (从 NameObjectCollectionBase 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetObjectData | (从 NameObjectCollectionBase 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
OnDeserialization | (从 NameObjectCollectionBase 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
ICollection. . :: . .CopyTo | (从 NameObjectCollectionBase 继承。) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (从 NameObjectCollectionBase 继承。) |
![]() ![]() |
ICollection. . :: . .SyncRoot | (从 NameObjectCollectionBase 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。