ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / WebViewer Class / ReportName Property

In This Topic
    ReportName Property (WebViewer)
    In This Topic

    Specifies the name of the report object to display to the client. The supported keywords are 'file:', 'res:' and 'link:'.

    Syntax
    'Declaration
     
    Public Property ReportName As String
    public string ReportName {get; set;}

    Property Value

    A string.
    Remarks
    This property is set from the property window of WebViewer control. For loading Content reports in WebViewer (ASP.NET Viewer),
    • If you are using 'file:' keyword, then complete (absolute) path needs to be specified. For example:
      "file:C:\Users\User\Reports\Content.rdlx"
    • If you are using 'res:' or 'link' keyword, only the name of the report should be specified. For example:
      "Content.rdlx"
    See Also