IReportServerConnection2.Cookies 属性

获取要发送到报表服务器的自定义 Cookie 的集合。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
ReadOnly Property Cookies As IEnumerable(Of Cookie)
    Get
用法
Dim instance As IReportServerConnection2
Dim value As IEnumerable(Of Cookie)

value = instance.Cookies
IEnumerable<Cookie> Cookies { get; }
property IEnumerable<Cookie^>^ Cookies {
    IEnumerable<Cookie^>^ get ();
}
abstract Cookies : IEnumerable<Cookie>
function get Cookies () : IEnumerable<Cookie>

属性值

类型:System.Collections.Generic.IEnumerable<Cookie>
一个包含自定义 Cookie 的 System.Net.Cookie 对象的集合。

请参阅

参考

IReportServerConnection2 接口

Microsoft.Reporting.WebForms 命名空间