Interface IReportExpressDesigner
Assembly: LemonEdge.ClientEntities.dll
Syntax
[ViewDescriptor(typeof(ReportExpressDesignerViewEnumerator))]
public interface IReportExpressDesigner : IModelView
Properties
AllowFullDevExpressFunctionality
Indicates saving/loading/sub-reports/etc should all be permitted
Declaration
bool AllowFullDevExpressFunctionality { get; set; }
Property Value
Methods
DisplayReport(string, Func<byte[]>)
Declaration
Task DisplayReport(string name, Func<byte[]> getReport)
Parameters
Returns
GetReport()
Declaration
Returns
Extension Methods