Version

Search Results

GetObjectData Method (UltraDataBand)

Invoked during the serialization of the object. Syntax Parameters info The System.Runtime.Serialization.SerializationInfo used to obtain the serialized properties of the objectcontext An System.ComponentModel.ITypeDescriptorContext that provides a format context.

Index Property (UltraDataBand)

Retruns the index of the band in the parent collection. If this is the root band, returns -1 since the root band doesnt have a parent collection. Syntax Example Following code demonstrates what Index property off UltraDataBand does.

InitializeTag Method (UltraDataBand)

Syntax Parameters tagValue

Key Property (UltraDataBand)

Overridden. The Key of the item in its collection. This proeprty specifies the name of the band. Syntax Remarks The Key of a band is also used as the the list name of the row collection associated with the band. ITypedLists GetListName implementation returns this value. The keys have to be unique across all the ba...

Move Method (UltraDataBand)

Moves this band after or before the specified band depending upon the value of relative position parameter. Syntax Parameters relativeBand The band object relative to which this band will be moved.relativePosition The relative position. Remarks You can use the Move method to change the order of bands in a bands co...

NotifyPropChange(Enum) Method

Syntax Parameters propId

NotifyPropChange(Enum,PropChangeInfo) Method

Syntax Parameters propId trigger

NotifyPropChange(PropChangeInfo) Method

Syntax Parameters trigger