CrystalReportViewer.HasGotoPageButton Propriété
Obtient ou définit si le bouton Aller à la page de la barre d'outils est visible ou masqué.
Espace de noms CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)
Syntaxe
Public Property HasGotoPageButton As Boolean
public bool HasGotoPageButton {get; set;}
Exemple
Cet exemple montre comment vérifier si le bouton Aller à la page figure dans la barre d'outils.
Private Function GetHasGotoPageButton() As Boolean
GetHasGotoPageButton = CrystalReportViewer.HasGotoPageButton
End Function
private bool GetHasGotoPageButton()
{
return crystalReportViewer.HasGotoPageButton;
}
Informations de version
Crystal Reports Basic for Visual Studio 2008
Pris en charge depuis : Crystal Reports for Visual Studio .NET 2002
Voir aussi
Référence
CrystalReportViewer Classe
CrystalReportViewer Membres
CrystalDecisions.Web Espace de noms