Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / DocumentName Property

In This Topic
    DocumentName Property (C1RdlReportBase)
    In This Topic
    Gets the name of the document (used to identify reports in print tasks and so on).
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DocumentName As String
    public abstract string DocumentName {get;}
    See Also