ReportViewer.ShowReportBody, propriété
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 (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowReportBody As Boolean
[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 : 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.