Interface IReportService
Assembly: BoldReports.Web.dll
Syntax
public interface IReportService
Properties
IsExecuted
Declaration
bool IsExecuted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
CreateReportDefinition(String, String, Byte[])
Declaration
bool CreateReportDefinition(string reportname, string folderName, byte[] reportData)
Parameters
Type |
Name |
Description |
System.String |
reportname |
|
System.String |
folderName |
|
System.Byte[] |
reportData |
|
Returns
Type |
Description |
System.Boolean |
|
GetCatalogItem(String)
Declaration
List<CatalogItem> GetCatalogItem(string folderName)
Parameters
Type |
Name |
Description |
System.String |
folderName |
|
Returns
Type |
Description |
System.Collections.Generic.List<BoldReports.ServerProcessor.CatalogItem> |
|
GetDataSourceDefinition(String)
Declaration
DataSourceDefinition GetDataSourceDefinition(string dataSource)
Parameters
Type |
Name |
Description |
System.String |
dataSource |
|
Returns
Type |
Description |
BoldReports.ServerProcessor.DataSourceDefinition |
|
GetReportDefinition()
Declaration
byte[] GetReportDefinition()
Returns
Type |
Description |
System.Byte[] |
|
GetSharedDataSet(String)
Declaration
SharedDatasetinfo GetSharedDataSet(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
BoldReports.ServerProcessor.SharedDatasetinfo |
|
SetReportDefinition(Byte[])
Declaration
bool SetReportDefinition(byte[] reportData)
Parameters
Type |
Name |
Description |
System.Byte[] |
reportData |
|
Returns
Type |
Description |
System.Boolean |
|