Propiedad ReportViewer.ShowProgress
Indica si la animación de progreso se muestra durante el procesamiento del informe.
Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en microsoft.reportviewer.winforms.dll)
Sintaxis
'Declaración
<DefaultValueAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ShowProgress As Boolean
'Uso
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowProgress
instance.ShowProgress = value
[DefaultValueAttribute(true)]
[CategoryAttribute("Appearance")]
public bool ShowProgress { get; set; }
[DefaultValueAttribute(true)]
[CategoryAttribute(L"Appearance")]
public:
bool ShowProgress {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowProgress ()
/** @property */
public void set_ShowProgress (boolean value)
public function get ShowProgress () : boolean
public function set ShowProgress (value : boolean)
Valor de la propiedad
Un valor booleano. El valor predeterminado es true.
Consulte también
Referencia
Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WinForms