ServerReport.Cookies 属性
获取 Cookie 对象的集合。ServerReport 对象在进行服务器请求时使用此集合中的 Cookie。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Cookies As ReportViewerCookieCollection
Get
用法
Dim instance As ServerReport
Dim value As ReportViewerCookieCollection
value = instance.Cookies
[BrowsableAttribute(false)]
public ReportViewerCookieCollection Cookies { get; }
[BrowsableAttribute(false)]
public:
property ReportViewerCookieCollection^ Cookies {
ReportViewerCookieCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Cookies : ReportViewerCookieCollection
function get Cookies () : ReportViewerCookieCollection
属性值
类型:Microsoft.Reporting.WebForms.ReportViewerCookieCollection
一个包含 Cookie 对象的集合的 ReportViewerCookieCollection 对象。
注释
若要在服务器请求中使用自定义身份验证 Cookie,请将自定义身份验证 Cookie 添加到此集合属性中。
与 HttpWebRequest 的行为不同,ServerReport 对象不使用服务器返回的 Cookie 更新此集合。