Freigeben über


ContentDisposition-Enumeration

Gibt an, wie der Berichtsinhalt dargestellt werden soll.

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

Syntax

'Declaration
Public Enumeration ContentDisposition
'Usage
Dim instance As ContentDisposition
public enum ContentDisposition
public enum class ContentDisposition
type ContentDisposition
public enum ContentDisposition

Elemente

Elementname Beschreibung
AlwaysInline Gibt an, dass der Inhalt ungeachtet des Formats immer inline dargestellt wird.
AlwaysAttachment Gibt an, dass der Inhalt ungeachtet des Formats immer als Anlage dargestellt wird.
OnlyHtmlInline Gibt an, dass HTML-formatierter Inhalt inline dargestellt wird; alle anderen Inhalte werden als Anlage dargestellt.

Hinweise

Dies dient als Wert für die ExportContentDisposition-Eigenschaft des ReportViewer-Steuerelements, um anzugeben, ob der Inhalt inline oder als Anlage dargestellt werden soll.

Siehe auch

Verweis

Microsoft.Reporting.WebForms-Namespace