'宣言 Public Shared Function FromC1Report( _ ByVal fileName As System.String, _ ByVal reportName As System.String _ ) As C1PrintDocument
public static C1PrintDocument FromC1Report( System.string fileName, System.string reportName )
パラメータ
- fileName
- レポート定義を含むファイルの名前。
- reportName
- fileName 内のレポート名。
戻り値の型
作成された C1PrintDocument。