CrystalReportViewerBase.ReportSourceID Property

Gets or Sets the ID of the ReportSourceControl to be used.

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

Syntax

'Declaration

Public Overrideable Property ReportSourceID As String
public virtual string ReportSourceID {get; set;}

Remarks

Each ReportSource control corresponds to only one Crystal report. You can use the ReportSourceID property to change between ReportSource controls. Switching between multiple ReportSource controls allows your application to quickly switch between reports without the need to reload the report every time.

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio 2005

See Also

Reference

CrystalReportViewerBase Class
CrystalReportViewerBase Members
CrystalDecisions.Web Namespace