Interface ICustomReportItem
Contains custom report item interface methods.
Assembly: BoldReports.Web.dll
Syntax
public interface ICustomReportItem
Properties
Logger
Declaration
IReportLogger Logger { get; set; }
Property Value
Methods
EvaluateReportItemInstance(CustomReportItem)
Evaluates the report item which will be rendered in place of this CustomReportItem.
Declaration
void EvaluateReportItemInstance(CustomReportItem cri)
Parameters
Type |
Name |
Description |
BoldReports.RDL.Data.CustomReportItem |
cri |
|
GenerateReportItemDefinition(CustomReportItem)
Creates the native report item definition which will be rendered in place of the CustomReportItem.
Declaration
void GenerateReportItemDefinition(CustomReportItem cri)
Parameters
Type |
Name |
Description |
BoldReports.RDL.Data.CustomReportItem |
cri |
|
GetReportItemData(CustomReportItem)
Declaration
string GetReportItemData(CustomReportItem cri)
Parameters
Type |
Name |
Description |
BoldReports.RDL.Data.CustomReportItem |
cri |
|
Returns
Type |
Description |
System.String |
|