Report > Report Assembly Interfaces > IUiReport
Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IUiReport interface contains properties and methods of the UiReport.
IUiReport
Property name | Brief description | |
![]() |
Report | The Report property determines the regular report implemented by the IPrxReport interface. |
Method name | Brief description | |
![]() |
Active | The Active property determines whether the component is active. |
![]() |
Instance | The Instance property determines the data of the repository object, loaded into the component. |
![]() |
Object | The Object property determines the repository object, access to which is required. |
![]() |
ObjectClassId | The ObjectClassId property returns the numeric identifier, corresponding to the class of the object, loaded into the component. |
![]() |
OperationMode | The OperationMode property determines the mode of object connection. |
Property name | Brief description | |
![]() |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. |
![]() |
Components | The Components property returns the child property, which index is passed by the input parameter. |
![]() |
Data | The Data property is used to store any custom data. |
![]() |
Name | The Name property determines a component name. |
![]() |
Tag | The Tag property is not used by the compiler. You can change the value of the Tag property and use it as required. |
Method name | Brief description | |
![]() |
ClearDefault | The ClearDefault method sets default values for all the object parameters. |
See also: