Interface IReportingServer
Inherited Members
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 |