Interface IReportingServer
Assembly: BoldReports.Web.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 |
|