ASP.NET Core

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

    Show / Hide Table of Contents

    Interface IReportingServer

    Inherited Members
    IReportService.SetReportDefinition(Byte[])
    IReportService.GetDataSourceDefinition(String)
    IReportService.GetReportDefinition()
    IReportService.GetSharedDataSet(String)
    IReportService.CreateReportDefinition(String, String, Byte[])
    IReportService.GetCatalogItem(String)
    IReportService.IsExecuted
    Namespace: Syncfusion.EJ.RDL.ServerProcessor
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public interface IReportingServer : IReportService

    Properties

    PreAuthenticate

    Declaration
    bool PreAuthenticate { get; set; }
    Property Value
    Type Description
    System.Boolean

    ReportPath

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

    ReportServerCredential

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

    ReportServerUrl

    Declaration
    string ReportServerUrl { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved