ASP.NET Core

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

    Show / Hide Table of Contents

    Class ParameterHelper

    Inheritance
    System.Object
    ParameterHelper
    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.Reports.EJ
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ParameterHelper

    Constructors

    ParameterHelper()

    Declaration
    public ParameterHelper()

    Properties

    ReportDefinition

    Declaration
    public ReportDefinition ReportDefinition { get; set; }
    Property Value
    Type Description
    ReportDefinition

    ReportPath

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

    ReportServer

    Declaration
    public ReportingServer ReportServer { get; set; }
    Property Value
    Type Description
    ReportingServer

    ReportServerCredential

    Declaration
    public ICredentials ReportServerCredential { get; set; }
    Property Value
    Type Description
    System.Net.ICredentials

    ReportServerFormsCredential

    Declaration
    public ReportServerFormsCredential ReportServerFormsCredential { get; set; }
    Property Value
    Type Description
    ReportServerFormsCredential

    ReportServerUrl

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

    ReportStream

    Declaration
    public Stream ReportStream { get; set; }
    Property Value
    Type Description
    System.IO.Stream

    Methods

    Dispose()

    Declaration
    public void Dispose()

    GetDataSources()

    Declaration
    public ReportDataSourceInfoCollection GetDataSources()
    Returns
    Type Description
    ReportDataSourceInfoCollection

    GetParameters()

    Declaration
    public ReportParameterInfoCollection GetParameters()
    Returns
    Type Description
    ReportParameterInfoCollection

    LoadReport()

    Declaration
    public void LoadReport()

    SetDataSourceCredentials(IEnumerable<DataSourceCredentials>)

    Declaration
    public void SetDataSourceCredentials(IEnumerable<DataSourceCredentials> dataSourceCredentials)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<DataSourceCredentials> dataSourceCredentials

    SetParameter(ReportParameterInfo)

    Declaration
    public ReportParameterInfoCollection SetParameter(ReportParameterInfo reportParameterInfo)
    Parameters
    Type Name Description
    ReportParameterInfo reportParameterInfo
    Returns
    Type Description
    ReportParameterInfoCollection

    SetParameters(IEnumerable<ReportParameter>)

    Declaration
    public void SetParameters(IEnumerable<ReportParameter> reportParameters)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<ReportParameter> reportParameters

    Events

    ReportLoaded

    Declaration
    public event ReportLoadedEventHandler ReportLoaded
    Event Type
    Type Description
    ReportLoadedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved