'Declaration Public Property ReportName As System.String
public System.string ReportName {get; set;}
'Declaration Public Property ReportName As System.String
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.