IReportServerConnection2.Cookies-Eigenschaft

Ruft eine Auflistung benutzerdefinierter Cookies ab, um sie zum Berichtsserver zu senden.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
ReadOnly Property Cookies As IEnumerable(Of Cookie)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<Cookie>
Eine Auflistung von System.Net.Cookie-Objekten, die die benutzerdefinierten Cookies enthalten.

Siehe auch

Verweis

IReportServerConnection2 Schnittstelle

Microsoft.Reporting.WebForms-Namespace