Propriedade IReportServerConnection2.Cookies
Gets a collection of custom cookies to send to the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
ReadOnly Property Cookies As IEnumerable(Of Cookie)
IEnumerable<Cookie> Cookies { get; }
property IEnumerable<Cookie^>^ Cookies {
IEnumerable<Cookie^>^ get ();
}
abstract Cookies : IEnumerable<Cookie> with get
function get Cookies () : IEnumerable<Cookie>
Valor de propriedade
Tipo: IEnumerable<Cookie>
A collection of Cookie objects that contain the custom cookies.