ASP.NET Core

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

    Show / Hide Table of Contents

    Class ReportHelper

    static class for ReportHelper.

    Inheritance
    System.Object
    ReportHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.ReportViewer
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public static class ReportHelper

    Properties

    ReportServiceURL

    Declaration
    public static string ReportServiceURL { get; set; }
    Property Value
    Type Description
    System.String

    ServiceAuthorizationToken

    Declaration
    public static string ServiceAuthorizationToken { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetDataSetNames()

    Declaration
    [Obsolete("This method is obsolete. Use GetDataSetNames with arguments instead")]
    public static IList<string> GetDataSetNames()
    Returns
    Type Description
    System.Collections.Generic.IList<System.String>

    GetDataSetNames(Dictionary<String, Object>, IReportController)

    Declaration
    public static IList<string> GetDataSetNames(Dictionary<string, object> jsonArray, IReportController reportController)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> jsonArray
    IReportController reportController
    Returns
    Type Description
    System.Collections.Generic.IList<System.String>

    GetDataSources()

    Declaration
    [Obsolete("This method is obsolete. Use GetDataSources with arguments instead")]
    public static List<DataSourceInfo> GetDataSources()
    Returns
    Type Description
    System.Collections.Generic.List<DataSourceInfo>

    GetDataSources(Dictionary<String, Object>, IReportController)

    Declaration
    public static List<DataSourceInfo> GetDataSources(Dictionary<string, object> jsonArray, IReportController reportController)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> jsonArray
    IReportController reportController
    Returns
    Type Description
    System.Collections.Generic.List<DataSourceInfo>

    GetParameters()

    Declaration
    [Obsolete("This method is obsolete. Use GetParameters with arguments instead")]
    public static ReportParameterInfoCollection GetParameters()
    Returns
    Type Description
    ReportParameterInfoCollection

    GetParameters(Dictionary<String, Object>, IReportController)

    Declaration
    public static ReportParameterInfoCollection GetParameters(Dictionary<string, object> jsonArray, IReportController reportController)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> jsonArray
    IReportController reportController
    Returns
    Type Description
    ReportParameterInfoCollection

    GetParametersWithValues(Dictionary<String, Object>, IReportController)

    Declaration
    public static ReportParameterInfoCollection GetParametersWithValues(Dictionary<string, object> jsonArray, IReportController reportController)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> jsonArray
    IReportController reportController
    Returns
    Type Description
    ReportParameterInfoCollection

    GetReport(String, String)

    Declaration
    public static Stream GetReport(string reportViewerInstanceId, string format)
    Parameters
    Type Name Description
    System.String reportViewerInstanceId
    System.String format
    Returns
    Type Description
    System.IO.Stream

    GetReportingServer()

    Declaration
    [Obsolete("This method is obsolete. Use GetReportingServer with arguments instead")]
    public static ReportingServer GetReportingServer()
    Returns
    Type Description
    ReportingServer

    GetReportingServer(Dictionary<String, Object>, IReportController)

    Returns the report server that is used to process the current report.

    Declaration
    public static ReportingServer GetReportingServer(Dictionary<string, object> jsonArray, IReportController reportController)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> jsonArray
    IReportController reportController
    Returns
    Type Description
    ReportingServer

    ReportingServer

    GetResource(String, String, Boolean)

    Declaration
    public static 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

    ProcessReport(Dictionary<String, Object>, IReportController)

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