次の方法で共有


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 名前空間