Propriété ReportViewer.ExportContentDisposition
Indique si le contenu doit être présent en ligne ou en tant que pièce jointe.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<SRDescriptionAttribute("ContentDispositionDesc")> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute(ContentDisposition.OnlyHtmlInline)> _
Public Property ExportContentDisposition As ContentDisposition
'Utilisation
Dim instance As ReportViewer
Dim value As ContentDisposition
value = instance.ExportContentDisposition
instance.ExportContentDisposition = value
[SRDescriptionAttribute("ContentDispositionDesc")]
[WebBrowsableAttribute(true)]
[CategoryAttribute("Misc")]
[DefaultValueAttribute(ContentDisposition.OnlyHtmlInline)]
public ContentDisposition ExportContentDisposition { get; set; }
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"Misc")]
[DefaultValueAttribute(ContentDisposition::OnlyHtmlInline)]
public:
ContentDisposition ExportContentDisposition {
ContentDisposition get ();
void set (ContentDisposition value);
}
/** @property */
public ContentDisposition get_ExportContentDisposition ()
/** @property */
public void set_ExportContentDisposition (ContentDisposition value)
public function get ExportContentDisposition () : ContentDisposition
public function set ExportContentDisposition (value : ContentDisposition)
Valeur de la propriété
Valeur d'énumération ContentDisposition qui indique le mode de présentation du contenu.
Remarques
Les valeurs valides sont AlwaysAttachment, AlwayInline et OnlyHtmlInline.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms