Click or drag to resize

StiDataTransformationDesigner Class

This class describes the designer of the data transformation for elements.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Dashboard
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiDataTransformationDesigner : StiComponentDesigner

The StiDataTransformationDesigner type exposes the following members.

Constructors
  NameDescription
Public methodStiDataTransformationDesigner
Initializes a new instance of the StiDataTransformationDesigner class
Top
Properties
  NameDescription
Public propertyDesigner
Report designer.
(Inherited from StiComponentDesigner.)
Public propertyFirstRun (Inherited from StiComponentDesigner.)
Top
Methods
  NameDescription
Public methodCreateComponent
Creates a component of the specified type.
(Inherited from StiComponentDesigner.)
Public methodDesign
Calls the designer of the component.
(Inherited from StiComponentDesigner.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActionFromPoint(Double, Double, StiComponent) (Inherited from StiComponentDesigner.)
Public methodGetActionFromPoint(Double, Double, StiComponent, Boolean)
Returns StiAction for specified component from point.
(Inherited from StiComponentDesigner.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetTransformationDesigner
Returns a designer of the component.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDoubleClick
Occurs when user DoubleClick on a the component in the designer.
(Inherited from StiComponentDesigner.)
Public methodPointInRect
Returns the action fits to the position of a point in the specified rectangle.
(Inherited from StiComponentDesigner.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also