Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Shows the group tree in the CrystalReportViewer control.
Namespace CrystalDecisions.Windows.Forms Assembly CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)
Syntax
'Declaration
Public Overrideable Sub ShowGroupTree ()
public virtual void ShowGroupTree ()
Example
This example shows the CrystalReportViewer group tree.
'Declaration
Private Sub ShowGroupTreeOfReport()
CrystalReportViewer.ShowGroupTree()
End Sub
private void ShowGroupTreeOfReport()
{
crystalReportViewer.ShowGroupTree();
}
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.Windows.Forms Namespace