CrystalReportViewer.PageToTreeRatio Property

Sets the size ratio between the group tree and the report view.

Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)

Syntax

'Declaration

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

Example

This example shows how to set the PageToTreeRatio property in the CrystalReportViewer control.

'Declaration

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

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Web Namespace