'宣言 Public Overloads Sub Load( _ ByVal stream As System.IO.Stream, _ ByVal reportName As System.String, _ ByRef converted As System.Boolean _ )
'使用法 Dim instance As C1FlexReport Dim stream As System.IO.Stream Dim reportName As System.String Dim converted As System.Boolean instance.Load(stream, reportName, converted)
public void Load( System.IO.Stream stream, System.string reportName, out System.bool converted )
パラメータ
- stream
- reportName
- converted