ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

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: BoldReports.ServerProcessor
Assembly: BoldReports.Web.dll
Syntax
public interface IReportingServer : IReportService

Properties

PreAuthenticate

Indicates whether to pre-authenticate requests to the report server.

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

A boolean value indicating if pre-authentication is enabled.

ReportPath

Gets or sets the path to the report on the report server.

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

The path to the specific report within the report server.

ReportServerCredential

Gets or sets the credentials used for authenticating against the report server.

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

An object implementing the ICredentials interface that contains authentication credentials.

ReportServerUrl

Declaration
string ReportServerUrl { get; set; }
Property Value
Type Description
System.String
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved