ReportViewer.ExportContentDisposition-Eigenschaft
Ruft einen Wert ab (bzw. legt diesen fest), der angibt, ob Inhalt inline oder als Anlage vorhanden sein soll.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
Public Property ExportContentDisposition As ContentDisposition
Get
Set
'Usage
Dim instance As ReportViewer
Dim value As ContentDisposition
value = instance.ExportContentDisposition
instance.ExportContentDisposition = value
[WebBrowsableAttribute(true)]
public ContentDisposition ExportContentDisposition { get; set; }
[WebBrowsableAttribute(true)]
public:
property ContentDisposition ExportContentDisposition {
ContentDisposition get ();
void set (ContentDisposition value);
}
[<WebBrowsableAttribute(true)>]
member ExportContentDisposition : ContentDisposition with get, set
function get ExportContentDisposition () : ContentDisposition
function set ExportContentDisposition (value : ContentDisposition)
Eigenschaftswert
Typ: Microsoft.Reporting.WebForms.ContentDisposition
Ein ContentDisposition-Enumerationswert, der angibt, in welcher Form Inhalt dargestellt werden soll.
Hinweise
Gültige Werte sind AlwaysAttachment, AlwayInline oder OnlyHtmlInline.