Udostępnij za pośrednictwem


Właściwość ReportViewer.ShowReportBody —

Gets or sets a value that indicates whether the report body is visible on the control.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

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

Wartość właściwości

Typ: Boolean
true if the report body is visible on the control; otherwise, false. The default is true.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms