AutoComplete for ASP.NET Web Forms
CopyFrom メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : CopyFrom メソッド
C1Report that contains the report to be copied.
Copies a report definition from another C1Report component.
シンタックス
'宣言
 
Public Sub CopyFrom( _
   ByVal sourceReport As C1Report _
) 
public void CopyFrom( 
   C1Report sourceReport
)

パラメータ

sourceReport
C1Report that contains the report to be copied.
解説
This method is similar to copying the ReportDefinition property from one C1Report to another, but is substantially faster. Note that while this method clones the fields of the report, in only makes shallow copies of the fields' properties (so e.g. subreports are not cloned).
参照

C1Report クラス
C1Report メンバ