[]
        
(Showing Draft Content)

C1.Report.FlexReport.ReportName

ReportName Property

ReportName

Gets or sets the name of the report (used with the Load method).

Declaration
[C1Category("Design")]
[C1Description("C1FlexReport.ReportName", "Gets or sets the report name.")]
public string ReportName { get; set; }
<C1Category("Design")>
<C1Description("C1FlexReport.ReportName", "Gets or sets the report name.")>
Public Property ReportName As String
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.