CrystalReportViewer.ReportSourceClassFactoryName 属性

获取或设置创建内部 ReportSource 对象所需的信息。

命名空间 CrystalDecisions.Windows.Forms 程序集 CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)

语法

声明

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

备注

此对象确定 CrystalReportViewer 控件如何使用报表源。

示例

此示例返回当前 CrystalReportViewer 控件的 ReportSourceClassFactoryName 属性的值。

声明

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

版本信息

Crystal Reports Basic for Visual Studio 2008

从此版本开始支持: Crystal Reports .NET 9

另请参见

引用

CrystalReportViewer 类
CrystalReportViewer 成员
CrystalDecisions.Windows.Forms 命名空间