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


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : ReportInfo プロパティ
Gets or sets a ReportInfo object containing report metadata.
シンタックス
'宣言
 
Public Property ReportInfo As ReportInfo
'使用法
 
Dim instance As FlexReport
Dim value As ReportInfo
 
instance.ReportInfo = value
 
value = instance.ReportInfo
public ReportInfo ReportInfo {get; set;}
解説

Reports may include general information such as a title, author, and keywords.

Such global information about the document itself (as opposed to its content or structure) is called metadata, and is intended to assist in cataloguing and searching for reports and report definitions in external databases.

参照

参照

FlexReport クラス
FlexReport メンバ