Interface ICodeDesigner
Namespace: FastReport.Olap.Code.Editor
Assembly: FastCube.Core.dll
Code designer interface
public interface ICodeDesigner
Properties
EditorObject
Gets or sets the code editor refernce
object EditorObject { get; }
Property Value
Slice
Gets or sets the slice reference
Slice Slice { get; set; }
Property Value
Methods
Execute()
Executes the form.
bool Execute()
Returns
UpdateLanguage()
Updates language of the form.
void UpdateLanguage()