Share via


CrystalReportViewer.HasZoomFactorList Property

Gets or sets whether the zoom factor list on the toolbar is visible or hidden.

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

Syntax

'Declaration

Public Property HasZoomFactorList As Boolean
public bool HasZoomFactorList {get; set;}

Example

This example shows how to check if the zoom button is displayed on the toolbar.

'Declaration

    Private Function GetHasZoomFactorList() As Boolean
      GetHasZoomFactorList = CrystalReportViewer.HasZoomFactorList
    End Function
    private bool GetHasZoomFactorList()
    {
      return crystalReportViewer.HasZoomFactorList;
    }

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