FlexReport for WinForms
ReportName プロパティ (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : ReportName プロパティ
Gets or sets the name of the report (used with the Load method).
シンタックス
'宣言
 
Public Property ReportName As System.String
'使用法
 
Dim instance As FlexReport
Dim value As System.String
 
instance.ReportName = value
 
value = instance.ReportName
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.

参照

参照

FlexReport クラス
FlexReport メンバ