Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene o establece si la barra de herramientas del visor tiene el botón para mostrar u ocultar el árbol de grupos.
Espacio de nombres CrystalDecisions.Windows.Forms Ensamblado CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)
Sintaxis
Public Property ShowGroupTreeButton As Boolean
public bool ShowGroupTreeButton {get; set;}
Ejemplo
En este ejemplo se mostrarán todos los botones disponibles en la barra de herramientas CrystalReportViewer.
Private Sub SetShowButtons()
CrystalReportViewer.ShowCloseButton = True
CrystalReportViewer.ShowExportButton = True
CrystalReportViewer.ShowGotoPageButton = True
CrystalReportViewer.ShowGroupTreeButton = True
CrystalReportViewer.ShowPageNavigateButtons = True
CrystalReportViewer.ShowPrintButton = True
CrystalReportViewer.ShowRefreshButton = True
CrystalReportViewer.ShowTextSearchButton = True
CrystalReportViewer.ShowZoomButton = True
End Sub
private void SetShowButtons()
{
crystalReportViewer.ShowCloseButton = true;
crystalReportViewer.ShowExportButton = true;
crystalReportViewer.ShowGotoPageButton = true;
crystalReportViewer.ShowGroupTreeButton = true;
crystalReportViewer.ShowPageNavigateButtons = true;
crystalReportViewer.ShowPrintButton = true;
crystalReportViewer.ShowRefreshButton = true;
crystalReportViewer.ShowTextSearchButton = true;
crystalReportViewer.ShowZoomButton = true;
}
Información de versión
Crystal Reports Basic for Visual Studio 2008
Admitido desde: Crystal Reports for Visual Studio .NET 2002
Vea también
Referencia
CrystalReportViewer Clase
CrystalReportViewer Miembros
CrystalDecisions.Windows.Forms Espacio de nombres