Aracılığıyla paylaş


ReportViewer.ExportContentDisposition Özellik

Gets or sets a value that indicates whether content should be present in-line or as an attachment.

Ad alanı:  Microsoft.Reporting.WebForms
Derleme:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll içinde)

Sözdizimi

'Bildirim
<WebBrowsableAttribute(True)> _
Public Property ExportContentDisposition As ContentDisposition
[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)

Özellik Değeri

Tür: Microsoft.Reporting.WebForms.ContentDisposition
A ContentDisposition enumeration value indicating how content should be presented.

Notlar

Valid values are AlwaysAttachment, AlwayInline, or OnlyHtmlInline.

Ayrıca bkz.

Başvuru

ReportViewer Sınıf

Microsoft.Reporting.WebForms Ad Alanı