Partager via


Propriété ReportViewer.ShowReportBody

Obtient ou définit une valeur qui indique si le corps du rapport est visible sur le contrôle.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowReportBody As Boolean
    Get
    Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowReportBody

instance.ShowReportBody = value
[WebBrowsableAttribute(true)]
public bool ShowReportBody { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowReportBody {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowReportBody : bool with get, set
function get ShowReportBody () : boolean
function set ShowReportBody (value : boolean)

Valeur de propriété

Type : System.Boolean
true si le corps du rapport est visible sur le contrôle ; false dans le cas contraire. La valeur par défaut est true.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WebForms