ReportViewerCookieCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class ReportViewerCookieCollection sealed : Microsoft::Reporting::WebForms::SyncList<System::Net::Cookie ^>
public sealed class ReportViewerCookieCollection : Microsoft.Reporting.WebForms.SyncList<System.Net.Cookie>
Public NotInheritable Class ReportViewerCookieCollection
Inherits SyncList(Of Cookie)
- 继承
方法
| ClearItems() | (继承自 SyncList<TListType>) |
| InsertItem(Int32, TListType) | (继承自 SyncList<TListType>) |
| RemoveItem(Int32) | (继承自 SyncList<TListType>) |
| SetItem(Int32, TListType) | (继承自 SyncList<TListType>) |