Condividi tramite


Proprietà ReportViewer.ShowReportBody

Recupera o imposta un valore che indica se il corpo del rapporto è visibile nel controllo.

Spazio dei nomi:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<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)

Valore proprietà

Tipo: Boolean
true se il corpo del rapporto è visibile nel controllo; in caso contrario, false.Il valore predefinito è true.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms