CrystalReportPartsViewer.Refresh Method

Refreshes the report displayed in the CrystalReportPartsViewer control.

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

Syntax

'Declaration
Public Sub Refresh () 
public void Refresh ()

Example

This example shows how to refresh the current report.

'Declaration

    Private Sub RefreshReportPartsViewer()
      CrystalReportPartsViewer.Refresh()
    End Sub
    private void RefreshReportPartsViewer()
    {
      crystalReportPartsViewer.Refresh();
    }

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports .NET 9

See Also

Reference

CrystalReportPartsViewer Class
CrystalReportPartsViewer Members
CrystalDecisions.Web Namespace