ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IReportController - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IReportController

    Namespace: Syncfusion.EJ.ReportViewer
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    [Obsolete("This has been deprecated and component is no longer in active development. Switch to our next generation Bold Report Viewer component. https://help.boldreports.com/javascript/report-viewer/")]
    public interface IReportController

    Methods

    GetResource(String, String, Boolean)

    Get Image source for the processed report.

    Declaration
    object GetResource(string key, string resourcetype, bool isPrint)
    Parameters
    Type Name Description
    System.String key
    System.String resourcetype
    System.Boolean isPrint
    Returns
    Type Description
    System.Object

    OnInitReportOptions(ReportViewerOptions)

    Report Initialize

    Declaration
    void OnInitReportOptions(ReportViewerOptions reportOption)
    Parameters
    Type Name Description
    ReportViewerOptions reportOption

    OnReportLoaded(ReportViewerOptions)

    Report Loaded

    Declaration
    void OnReportLoaded(ReportViewerOptions reportOption)
    Parameters
    Type Name Description
    ReportViewerOptions reportOption

    PostReportAction(Dictionary<String, Object>)

    Reporting Actions

    Declaration
    object PostReportAction(Dictionary<string, object> jsonResult)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> jsonResult
    Returns
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved