ReportParameterInfoCollection 类
ReportParameterInfo 对象的集合。
继承层次结构
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<ReportParameterInfo>
Microsoft.Reporting.WinForms.ReportParameterInfoCollection
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportParameterInfoCollection _
Inherits ReadOnlyCollection(Of ReportParameterInfo)
用法
Dim instance As ReportParameterInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[ComVisibleAttribute(false)]
public ref class ReportParameterInfoCollection sealed : public ReadOnlyCollection<ReportParameterInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportParameterInfoCollection =
class
inherit ReadOnlyCollection<ReportParameterInfo>
end
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>
ReportParameterInfoCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | (从 ReadOnlyCollection<ReportParameterInfo> 继承。) | |
Item[Int32] | (从 ReadOnlyCollection<ReportParameterInfo> 继承。) | |
Item[String] | 从 ReportParameterInfoCollection 返回指定项。 | |
Items | (从 ReadOnlyCollection<ReportParameterInfo> 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Contains | (从 ReadOnlyCollection<ReportParameterInfo> 继承。) | |
CopyTo | (从 ReadOnlyCollection<ReportParameterInfo> 继承。) | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetEnumerator | (从 ReadOnlyCollection<ReportParameterInfo> 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
IndexOf | (从 ReadOnlyCollection<ReportParameterInfo> 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。