ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / ReportViewer Class
Members






In This Topic
    ReportViewer Class
    In This Topic
    Defines the report viewer control for displaying a report document source.
    Object Model
    ReportViewer Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class ReportViewer 
       Inherits ViewerBase
       Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As ReportViewer
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class ReportViewer : ViewerBase, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class ReportViewer = class(ViewerBase, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class ReportViewer extends ViewerBase implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class ReportViewer : public ViewerBase, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class ReportViewer : public ViewerBase, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Viewer.ViewerBase
                C1.Web.Mvc.Viewer.ReportViewer

    See Also