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

Interface IReportService

Namespace: BoldReports.ServerProcessor
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
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