combit List & Label 30 - .NET Help
combit.Reporting Namespace / ChartFieldCollection Class

In This Topic
ChartFieldCollection Class Methods
In This Topic

For a list of all members of this type, see ChartFieldCollection members.

Public Methods
 NameDescription
Public MethodOverloaded. 

Adds a string value to the collection. Please note that this has only an effect in the databound mode if it is called from one of the events AutoDefineNewPage or AutoDefineNewLine.

(Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverloaded.  (Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverloaded.  (Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverloaded. Adds all fields from the passed DataTable to the chart fields collection.  
Public MethodOverloaded.  (Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverloaded. Adds all fields from the passed IEnumerable interface to the chart fields collection.  
Public Method

The API function LlDefineVariableExtHandle is represented by the AddFromHandle method. Here, you can pass a handle in the form of an IntPtr. It is also possible to determine the description of the desired data type. Generally, it is the LlFieldType.Drawing_hBitmap.

Remark: This method should be used only in special situations, such as connecting with Win32 API, if, for example, a component with unmanaged code delivers such a handle. In other cases, you can directly enter the respective Bitmap. The basic abstract class Image also supports a static method FromHBitmap, with the help of which an instance of the Bitmap class can be indicated on the basis of a handle.

(Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverloaded.  (Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverloaded. Transfers an object with its properties as fields or variables to List & Label. (Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverloaded.  (Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverloaded.  (Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverridden.   
Public Method (Inherited from combit.Reporting.ElementBaseCollection)
Public Method (Inherited from combit.Reporting.ElementBaseCollection)
Public MethodOverridden. Returns an ElementBaseEnumerator that contains all chart fields.  
Public Method (Inherited from combit.Reporting.ElementBaseCollection)
Top
See Also