ContentDisposition 枚举

Indicates how the report content should be presented.

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

语法

声明
用法

成员

  成员名称 说明
AlwaysAttachment Indicates that content is always presented as an attachment regardless of format. 
AlwaysInline Indicates that content is presented inline regardless of format. 
OnlyHtmlInline Indicates that HTML-formatted content is presented inline; all other content is presented as an attachment. 

备注

This is used as a value for the ExportContentDisposition property of the ReportViewer control to indicate whether content should be presented inline or as an attachment.

另请参见

参考

Microsoft.Reporting.WebForms 命名空间