Reporting
Search Reporting
Contents
Overview
Release History
What's New in This Version
Installation
Quickstart
Designing Reports
Using Telerik Reporting in Applications
Telerik Reporting WCF Service
Licensing and Distribution
Standalone Report Designer
Integrated Visual Studio Report Designer UI
Best Practices
Frequently Asked Questions
Troubleshooting
For More Help
Reporting API Reference
Telerik.Reporting Namespace
Telerik.Reporting.Cache.Interfaces Namespace
Telerik.Reporting.Charting Namespace
ActiveRegion Class
AxisLabel Class
AxisLabelHidden Class
AxisSegment Class
AxisSegmentCollection Class
AxisYLabel Class
BindableLegendItem Class
Chart Class
ChartAxis Class
ChartAxisItem Class
ChartAxisItemsCollection Class
ChartBaseLabel Class
ChartClickEventArgs Class
ChartDataTable Class
ChartElementLocation Enumeration
ChartingStateManagedCollection(T) Class
ChartItemDataBoundEventArgs Class
ChartLabel Class
ChartLabelsCollection Class
ChartLegend Class
ChartMarkedZone Class
ChartMarkedZonesCollection Class
ChartMarker Class
ChartPlotArea Class
ChartSeries Class
ChartSeriesCollection Class
ChartSeriesItem Class
ChartSeriesItemsCollection Class
ChartSeriesLegendDisplayMode Enumeration
ChartSeriesOrientation Enumeration
ChartSeriesType Enumeration
ChartTitle Class
ChartXAxis Class
ChartYAxis Class
ChartYAxisMode Enumeration
ChartYAxisType Enumeration
ChartZoomEventArgs Class
ColorBlend Class
ComplexDataSetClass Class
ContentHorizontalAlign Enumeration
ContentVerticalAlign Enumeration
CustomFigure Class
CustomFiguresCollection Class
CustomPalettesCollection Class
DataManager Class
DataSetClass Class
DemoData Class
DoubleCollection Class
EmptySeriesMessage Class
ExtendedLabel Class
GradientElement Class
IChartingStateManagedItem Interface
IChartingStateManager Interface
IContainer Interface
IOrdering Interface
LabelItem Class
LayoutElement Class
MarkedZoneLabel Class
Palette Class
PaletteItem Class
PaletteItemsCollection Class
PaletteItemsCollection Members
PaletteItemsCollection Constructor
PaletteItemsCollection Methods
PaletteItemsCollection Properties
PalettesCollection Structure
Product Class
ProductsBL Class
ProductsList Class
RegionClickEventArgs Class
RegionClickEventHandler Delegate
RenderedObject Class
ScaleBreak Class
ScaleBreakLineType Enumeration
SeriesItemLabel Class
StateManagedObject Class
TableRenderType Enumeration
TextBlock Class
TextBlockAxisItem Class
TextBlockEmptySeriesMessage Class
TextBlockHidden Class
TextBlockLabelItem Class
TextBlockLegend Class
TextBlockMarkedZone Class
TextBlockSeriesItem Class
TextBlockTitle Class
TextBlockXAxisLabel Class
TextBlockYAxisLabel Class
Telerik.Reporting.Charting.Styles Namespace
Telerik.Reporting.Configuration Namespace
Telerik.Reporting.Drawing Namespace
Telerik.Reporting.Drawing.Shapes Namespace
Telerik.Reporting.Expressions Namespace
Telerik.Reporting.Interfaces Namespace
Telerik.Reporting.Interfaces.Attributes Namespace
Telerik.Reporting.Paging Namespace
Telerik.Reporting.Paging.InteractiveLayout Namespace
Telerik.Reporting.Processing Namespace
Telerik.Reporting.Processing.Config Namespace
Telerik.Reporting.Processing.Graphing.CoordinateSystems Namespace
Telerik.Reporting.Service Namespace
Telerik.Reporting.Service.SilverlightClient Namespace
Telerik.Reporting.Xml Namespace
Telerik.Reporting.XmlSerialization Namespace
Telerik.ReportViewer.Common Namespace
Telerik.ReportViewer.Silverlight Namespace
Telerik.ReportViewer.WebForms Namespace
Telerik.ReportViewer.WinForms Namespace
Telerik.ReportViewer.Wpf Namespace
Telerik.ReportViewer.Xaml Namespace
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Visual Basic
Include Protected Members
Include Inherited Members
Telerik Reporting Q2 2013
PaletteItemsCollection Members
PaletteItemsCollection Class
Constructors
Methods
Properties
Explicit Interface Implementations
See Also
Send Feedback
The
PaletteItemsCollection
type exposes the following members.
Constructors
Name
Description
PaletteItemsCollection
Create new instance of PaletteItemsCollection class.
Methods
Name
Description
Add
Adds new item in collection
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
AddRange
Adds items range in collection
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
Clear
Clears collection
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
Contains
Checks does collection contain the given item
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
CopyTo
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
GetEnumerator
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
GetItem
Gets Palette item at specified index
IndexOf
Item index in collection
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
Insert
Inserts item at the given index
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
LoadViewState
Loads collection from view state
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
OnClear
Before collection clearing event
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
OnClearComplete
Collection after clean event
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
OnInsert
Item before insert event
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
OnInsertComplete
Item after insert event
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
OnRemove
Item before remove event
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
OnRemoveComplete
Item after remove event
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
Remove
Removes item from collection
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
RemoveAt
Removes item from collection at given index
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
SaveViewState
Saves collection to a view state
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
SetItemDirty
Marks collection item dirty
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
Properties
Name
Description
Count
Gets items count in collection
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IsReadOnly
Gets true if collection is read-only
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
Item
Gets the collection item at given index
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
List
Items list
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
Explicit Interface Implementations
Name
Description
IList
.
.
::
.
.
Add
Adds new item in the IList
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
Clear
Clears IList items
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
Contains
Checks does IList contain the given value
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
ICollection
.
.
::
.
.
CopyTo
Copies the entire ICollection to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
ICollection
.
.
::
.
.
Count
Gets the collection items count
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IEnumerable
.
.
::
.
.
GetEnumerator
Returns an enumerator that iterates through the collection
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
IndexOf
Gets the index of the object value in an IList
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
Insert
Inserts new value in IList at given index
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
IsFixedSize
Is IList fixed size. Returns False
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
IsReadOnly
Is IList is read-only
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
ICollection
.
.
::
.
.
IsSynchronized
Checks is collection synchronized
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
Item
Gets or sets the value from/to IList at the give index
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
Remove
Removes value from IList
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IList
.
.
::
.
.
RemoveAt
Removes value from IList at the given index
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
ICollection
.
.
::
.
.
SyncRoot
Gets the collection root
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IChartingStateManager
.
.
::
.
.
IsTrackingViewState
Gets the view state tracking status
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IChartingStateManager
.
.
::
.
.
LoadViewState
Loads collection from view state
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IChartingStateManager
.
.
::
.
.
SaveViewState
Saves collection to a view state
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
IChartingStateManager
.
.
::
.
.
TrackViewState
Tracks view state changes
(Inherited from
ChartingStateManagedCollection
<
(Of
<
(
<'
T
>
)
>
)
>
.)
See Also
PaletteItemsCollection Class
Telerik.Reporting.Charting Namespace