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
DummyWebControl 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
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
TextBlockLegend Members
TextBlockLegend Constructor
TextBlockLegend Fields
TextBlockLegend Methods
TextBlockLegend Properties
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
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 Q1 2013
TextBlockLegend Members
TextBlockLegend Class
Constructors
Methods
Fields
Properties
Explicit Interface Implementations
See Also
Send Feedback
The
TextBlockLegend
type exposes the following members.
Constructors
Name
Description
TextBlockLegend
()
()
()
()
Create new instance of TextBlockLegend class.
TextBlockLegend(ExtendedLabel, IContainer)
Create new instance of TextBlockLegend class.
Methods
Name
Description
BringForward
Send element at one step forward in the render order list
(Inherited from
RenderedObject
.)
BringToFront
Set element at the first position in render order list
(Inherited from
RenderedObject
.)
CloneState
Makes a view state clone
(Inherited from
StateManagedObject
.)
CopyFrom
(Inherited from
TextBlock
.)
Dispose
()
()
()
()
(Inherited from
StateManagedObject
.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from
LayoutElement
.)
GetOffsetBottom
Gets bottom offset
(Inherited from
LayoutElement
.)
GetOffsetLeft
Gets left offset
(Inherited from
LayoutElement
.)
GetOffsetRight
Gets right offset
(Inherited from
LayoutElement
.)
GetOffsetTop
Gets top offset
(Inherited from
LayoutElement
.)
GetOrder
Get this elements order position in container
(Inherited from
RenderedObject
.)
LoadViewState
Loads data from a view state
(Inherited from
LayoutElement
.)
Remove
Remove this element from render order list
(Inherited from
RenderedObject
.)
SaveViewState
Saves settings to a view state
(Inherited from
LayoutElement
.)
SendBackward
Send element at one step back in the render order list
(Inherited from
RenderedObject
.)
SendToBack
Send element at the end of render order list
(Inherited from
RenderedObject
.)
SetDirty
Sets the item dirty state
(Inherited from
StateManagedObject
.)
SetOrder
Set this object in new render order position
(Inherited from
RenderedObject
.)
TrackViewState
Tracking view state changes
(Inherited from
LayoutElement
.)
Fields
Name
Description
DEFAULT_TEXT
Default text of text block
(Inherited from
TextBlock
.)
objectContainer
Container, that contains the render order for taken up elements (For property)
(Inherited from
RenderedObject
.)
textBlockCalculatedMaxLength
Max length of text
(Inherited from
TextBlock
.)
textBlockParent
Parent element
(Inherited from
TextBlock
.)
Properties
Name
Description
Appearance
Text field style
(Inherited from
TextBlock
.)
Container
Link to container element
(Inherited from
RenderedObject
.)
Parent
Parent chart element
(Inherited from
TextBlock
.)
Text
Contained text data
(Inherited from
TextBlock
.)
ViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from
StateManagedObject
.)
Visible
Gets and sets visibility of TextBlock
(Inherited from
TextBlockHidden
.)
Explicit Interface Implementations
Name
Description
IChartingStateManager
.
.
::
.
.
IsTrackingViewState
Is view state tracking changes
(Inherited from
StateManagedObject
.)
IChartingStateManager
.
.
::
.
.
LoadViewState
Loads data from a view state
(Inherited from
StateManagedObject
.)
IChartingStateManager
.
.
::
.
.
SaveViewState
Saves object data to a view state
(Inherited from
StateManagedObject
.)
IChartingStateManager
.
.
::
.
.
TrackViewState
Tracks view state changes
(Inherited from
StateManagedObject
.)
See Also
TextBlockLegend Class
Telerik.Reporting.Charting Namespace