Freigeben über


ReportViewer.ShowReportBody-Eigenschaft

Gibt an, ob der Hauptteil des Berichts im Steuerelement sichtbar sein soll.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property ShowReportBody As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowReportBody

instance.ShowReportBody = value
[CategoryAttribute("Appearance")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public bool ShowReportBody { get; set; }
[CategoryAttribute(L"Appearance")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public:
bool ShowReportBody {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowReportBody ()

/** @property */
public void set_ShowReportBody (boolean value)
public function get ShowReportBody () : boolean

public function set ShowReportBody (value : boolean)

Eigenschaftenwert

Ein Boolean-Wert. Der Standardwert ist true.

Siehe auch

Referenz

ReportViewer-Klasse
ReportViewer-Member
Microsoft.Reporting.WebForms-Namespace