Share via


CrystalReportViewer.HasCrystalLogo Property

Gets or sets whether the Crystal Reports' logo on the toolbar is visible or hidden.

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

Syntax

'Declaration

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

Example

This example shows how to check if the Crystal Reports logo is on the toolbar.

'Declaration

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

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports .NET 10

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Web Namespace