Class ReportLibraryConfig
Inheritance
ReportLibraryConfig
Assembly: Reportman.Reporting.dll
Syntax
public class ReportLibraryConfig
Constructors
ReportLibraryConfig()
Declaration
public ReportLibraryConfig()
Fields
CurrentConnection
Declaration
public DbConnection CurrentConnection
Field Value
Properties
ADOConnectionString
Declaration
public string ADOConnectionString { get; set; }
Property Value
Alias
Declaration
public string Alias { get; set; }
Property Value
AllowSorting
Declaration
public bool AllowSorting { get; set; }
Property Value
Driver
Declaration
public DriverType Driver { get; set; }
Property Value
DriverIndex
Declaration
public int DriverIndex { get; set; }
Property Value
LoadDriverParams
Declaration
public bool LoadDriverParams { get; set; }
Property Value
LoadParams
Declaration
public bool LoadParams { get; set; }
Property Value
LoginPrompt
Declaration
public bool LoginPrompt { get; set; }
Property Value
ProviderName
Declaration
public string ProviderName { get; set; }
Property Value
ReportField
Declaration
public string ReportField { get; set; }
Property Value
ReportGroupsTable
Declaration
public string ReportGroupsTable { get; set; }
Property Value
ReportSearchField
Declaration
public string ReportSearchField { get; set; }
Property Value
ReportTable
Declaration
public string ReportTable { get; set; }
Property Value
Methods
GetConfigFilename()
Declaration
public static string GetConfigFilename()
Returns
GetFactory()
Declaration
public DbProviderFactory GetFactory()
Returns
ReadReport(string)
Declaration
public MemoryStream ReadReport(string reportName)
Parameters
| Type |
Name |
Description |
| string |
reportName |
|
Returns
SaveReport(Report, string, StreamVersion)
Declaration
public MemoryStream SaveReport(Report nreport, string reportName, StreamVersion version)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides