CrystalReportViewer.ReportSourceClassFactoryName Property

Gets or sets the information needed to create an internal ReportSource object.

Namespace CrystalDecisions.Windows.Forms Assembly CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)

Syntax

'Declaration

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

Remarks

This object determines how the CrystalReportViewer control uses the report source.

Example

This example returns the value of the ReportSourceClassFactoryName property for the current CrystalReportViewer control.

'Declaration

      Private Function GetReportSourceClassFactoryName() As String
        GetReportSourceClassFactoryName = CrystalReportViewer.ReportSourceClassFactoryName
      End Function
      
      private string GetReportSourceClassFactoryName()
      {
        return crystalReportViewer.ReportSourceClassFactoryName;
      }
      

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports .NET 9

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Windows.Forms Namespace