ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / DocumentName Property

In This Topic
    DocumentName Property (C1RdlReport)
    In This Topic
    Overridden. Returns the current report's Description (used to identify reports in print tasks and so on).
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property DocumentName As System.String
    public override System.string DocumentName {get;}
    See Also