ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / ReportInfo Class
Members

In This Topic
    ReportInfo Class
    In This Topic
    Class that contains report metadata.
    Object Model
    ReportInfo Class
    Syntax
    'Declaration
     
    Public Class ReportInfo 
    public class ReportInfo 
    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.

    Inheritance Hierarchy

    System.Object
       C1.C1Report.ReportInfo

    See Also