FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / ReportInfo Property

In This Topic
    ReportInfo Property
    In This Topic
    Gets or sets a ReportInfo object containing report metadata.
    Syntax
    'Declaration
     
    Public Property ReportInfo As ReportInfo
    public ReportInfo ReportInfo {get; set;}
    Remarks

    Reports may include general information such as a title, author, and keywords.

    Such global information about the document itself (as opposed to its content or structure) is called metadata, and is intended to assist in cataloguing and searching for reports and report definitions in external databases.

    See Also