AutoComplete for ASP.NET Web Forms
ReportName プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : ReportName プロパティ
Gets or sets the name of the report (used with the Load method).
シンタックス
'宣言
 
Public Property ReportName As System.String
public System.string ReportName {get; set;}
解説

This property identifies the report when it is saved in a report definition file.

To retrieve a report from a report definition file, use the Load(String,String) method and pass this name as a parameter.

参照

C1Report クラス
C1Report メンバ