CrystalReportViewer.PageToTreeRatio Propiedad

Establece la proporción del tamaño entre el árbol de grupo y la vista del informe.

Espacio de nombres CrystalDecisions.Web Ensamblado CrystalDecisions.Web (CrystalDecisions.Web.dll)

Sintaxis

Public Property PageToTreeRatio As System.Double
public System.Double PageToTreeRatio {get; set;}

Ejemplo

En este ejemplo se muestra cómo establecer la propiedad PageToTreeRatio en el control CrystalReportViewer.

    Private Sub SetPageToTreeRatio(ByVal myPageToTreeRatio As Double)
      CrystalReportViewer.PageToTreeRatio = myPageToTreeRatio
    End Sub
    private void SetPageToTreeRatio(double ratio)
    {
      crystalReportViewer.PageToTreeRatio = ratio;
    }

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.Web Espacio de nombres