ReportViewer.ShowReportBody (Propiedad)
Obtiene o establece un valor que indica si el cuerpo del informe está visible en el control.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<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)
Valor de propiedad
Tipo: Boolean
true si el cuerpo del informe está visible en el control; en caso contrario, false.El valor predeterminado es true.