Share via


CrystalReportViewer.PageZoomFactor Property

Gets or sets the magnification factor for the report.

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

Syntax

'Declaration

Public Property PageZoomFactor As Integer
public int PageZoomFactor {get; set;}

Example

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

'Declaration

    Private Sub SetPageZoomFactor()
      CrystalReportViewer.PageZoomFactor = 100
    End Sub
    private void SetPageZoomFactor()
    {
      crystalReportViewer.PageZoomFactor = 100;
    }

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