Share via


CrystalReportViewer.GroupTreeImagesFolderUrl Property

Gets or sets the URL path to the folder where the Group Tree images are stored.

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

Syntax

'Declaration

Public Property GroupTreeImagesFolderUrl As String
public string GroupTreeImagesFolderUrl {get; set;}

Example

This example shows how to set the group tree images folder url in the CrystalReportViewer control.

'Declaration

    Private Sub SetGroupTreeImagesFolderUrl(ByVal myGroupTreeImagesFolderUrl As String)
        CrystalReportViewer.GroupTreeImagesFolderUrl = myGroupTreeImagesFolderUrl
    End Sub
    private void SetGroupTreeImagesFolderUrl(String groupTreeImagesFolderUrl)
    {
        crystalReportViewer.GroupTreeImagesFolderUrl = groupTreeImagesFolderUrl;
    }

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio 2005

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Web Namespace