ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / ReportName Property

In This Topic
    ReportName Property (C1Report)
    In This Topic
    Gets or sets the name of the report (used with the Load method).
    Syntax
    'Declaration
     
    Public Property ReportName As String
    public 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 C1Report.Load method and pass this name as a parameter.

    See Also