CrystalReportViewer.PageToTreeRatio Propriété
Définit le rapport de taille entre l'arborescence des groupes et la vue des rapports.
Espace de noms CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)
Syntaxe
Public Property PageToTreeRatio As System.Double
public System.Double PageToTreeRatio {get; set;}
Exemple
Cet exemple illustre la définition de la propriété PageToTreeRatio dans le contrôle CrystalReportViewer.
Private Sub SetPageToTreeRatio(ByVal myPageToTreeRatio As Double)
CrystalReportViewer.PageToTreeRatio = myPageToTreeRatio
End Sub
private void SetPageToTreeRatio(double ratio)
{
crystalReportViewer.PageToTreeRatio = ratio;
}
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