Reporting

The Style type exposes the following members.

Constructors

  NameDescription
Public methodStyle()()()()
Creates new instance of Style class.
Public methodStyle(Object)
Creates new instance of Style class.
Public methodStyle(StyleBorder)
Creates new instance of Style class.
Public methodStyle(StyleBorder, Boolean)
Creates new instance of Style class.
Public methodStyle(StyleBorder, Boolean, ShadowStyle)
Creates new instance of Style class.

Methods

  NameDescription
Public methodClone
Clone this object
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Public methodDispose()()()() (Inherited from StateManagedObject.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Overrides StateManagedObject..::..Dispose(Boolean).)
Protected methodLoadViewState
Load data from ViewState
(Overrides StateManagedObject..::..LoadViewState(Object).)
Protected methodSaveViewState
Save data to ViewState
(Overrides StateManagedObject..::..SaveViewState()()()().)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodTrackViewState
Track ViewState
(Overrides StateManagedObject..::..TrackViewState()()()().)

Properties

  NameDescription
Public propertyBorder
Specifies the border style
Public propertyShadow
Specifies the shadow settings
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)
Public propertyVisible
Specifies visibility

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIChartingStateManager..::..IsTrackingViewState
Is view state tracking changes
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..LoadViewState
Loads data from a view state
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..SaveViewState
Saves object data to a view state
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..TrackViewState
Tracks view state changes
(Inherited from StateManagedObject.)

See Also