[]
        
(Showing Draft Content)

C1.WPF.FlexReport.C1FlexReport.ReportName

ReportName Property

ReportName

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

Declaration
public string ReportName { get; set; }
Remarks
<p>This property identifies the report when it is saved in a report definition file.</p>
<p>To retrieve a report from a report definition file, use the <xref href="C1.WPF.FlexReport.C1FlexReport.Load(System.String%2cSystem.String)" data-throw-if-not-resolved="false"></xref> method 

and pass this name as a parameter.