ComponentOne FlexReport for WinForms
ReportName Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : ReportName Property
Gets or sets the name of the report (used with the Load method).
Syntax
'Declaration
 
Public Property ReportName As System.String
public System.string ReportName {get; set;}
Remarks

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.

See Also

Reference

C1FlexReport Class
C1FlexReport Members