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 物件集合。