ChartMember Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a category or series member for a chart.
public ref class ChartMember abstract : Microsoft::ReportingServices::OnDemandReportRendering::DataRegionMember
public abstract class ChartMember : Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMember
type ChartMember = class
inherit DataRegionMember
Public MustInherit Class ChartMember
Inherits DataRegionMember
- Inheritance
Fields
m_chartSeries |
A ChartSeries object that represents one series of this chart member. |
m_children |
A ChartMemberCollection object that represents the children of this chart member. |
m_customPropertyCollection |
Specifies the custom properties for this data region member. (Inherited from DataRegionMember) |
m_definitionPath |
Species the path to this report definition object in the report definition. (Inherited from DataRegionMember) |
m_group |
Specifies the data grouping information. (Inherited from DataRegionMember) |
m_instance |
A ChartMemberInstance object that represents the report instance object that contains the calculated values of this report definition object. |
m_label |
A ReportStringProperty object that represents the label displayed on the legend or category axis. |
m_owner |
Specifies the report item that owns this data member. (Inherited from DataRegionMember) |
m_parent |
Specifies the data region member that is the parent of this data region member. (Inherited from DataRegionMember) |
m_parentCollectionIndex |
Specifies the index of this data region member in the parent data region member. (Inherited from DataRegionMember) |
m_parentDefinitionPath |
Specifies the path to report definition object's parent in the report definition. (Inherited from DataRegionMember) |
Properties
CategorySpan |
Gets the number of categories spanned by this member, were the hierarchy to be treated as a grid. |
Children |
Gets the children of this ChartMember. |
CustomProperties |
Gets the custom properties for this data region member. (Inherited from DataRegionMember) |
DataElementName |
Gets the name to use for the data element for this member. |
DataElementOutput |
Gets a value that indicates whether the member should appear in a data rendering. |
DefinitionPath |
Gets the path to this report definition object in the report definition. (Inherited from DataRegionMember) |
Group |
Gets the data grouping information. (Inherited from DataRegionMember) |
ID |
Gets the unique identifier for this report definition object. (Inherited from DataRegionMember) |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
IsCategory |
Gets a value that indicates whether this is a member of the category (as opposed to series) hierarchy. |
IsStatic |
Gets a |
IsTotal |
Gets a value that indicates whether the member is an auto-subtotal created by publishing. For chart, this is always |
Label |
Gets the label displayed on the legend (for series members and category members when ChartSeries.Type = Shape) or category axis (for category members). |
MemberCellIndex |
Gets the cell index for this data region member. (Inherited from DataRegionMember) |
Parent |
Gets the parent member for this member. |
ParentDefinitionPath |
Gets the path to report definition object's parent in the report definition. (Inherited from DataRegionMember) |
SeriesSpan |
Gets the number of series spanned by this member, were the hierarchy to be treated as a grid. |