DataRegionMember 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 the base class for a member in a data region's hierarchy.
public ref class DataRegionMember abstract : Microsoft::ReportingServices::OnDemandReportRendering::IDefinitionPath
public abstract class DataRegionMember : Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
type DataRegionMember = class
interface IDefinitionPath
Public MustInherit Class DataRegionMember
Implements IDefinitionPath
- Inheritance
-
DataRegionMember
- Derived
- Implements
Fields
m_customPropertyCollection |
Specifies the custom properties for this data region member. |
m_definitionPath |
Species the path to this report definition object in the report definition. |
m_group |
Specifies the data grouping information. |
m_owner |
Specifies the report item that owns this data member. |
m_parent |
Specifies the data region member that is the parent of this data region member. |
m_parentCollectionIndex |
Specifies the index of this data region member in the parent data region member. |
m_parentDefinitionPath |
Specifies the path to report definition object's parent in the report definition. |
Properties
CustomProperties |
Gets the custom properties for this data region member. |
DefinitionPath |
Gets the path to this report definition object in the report definition. |
Group |
Gets the data grouping information. |
ID |
Gets the unique identifier for this report definition object. |
IsStatic |
Gets a |
MemberCellIndex |
Gets the cell index for this data region member. |
ParentDefinitionPath |
Gets the path to report definition object's parent in the report definition. |