Share via


TablixMember Class

Represents a member in a tablix hierarchy.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class TablixMember _
    Inherits HierarchyMember _
    Implements IHierarchyMember, IDataScopeService
'Usage
Dim instance As TablixMember
public class TablixMember : HierarchyMember, 
    IHierarchyMember, IDataScopeService
public ref class TablixMember : public HierarchyMember, 
    IHierarchyMember, IDataScopeService
type TablixMember =  
    class
        inherit HierarchyMember
        interface IHierarchyMember
        interface IDataScopeService
    end
public class TablixMember extends HierarchyMember implements IHierarchyMember, IDataScopeService

The TablixMember type exposes the following members.

Constructors

  Name Description
Public method TablixMember Creates a new instance of the TablixMember class.

Top

Properties

  Name Description
Public property ComponentMetadata The component metadata. (Inherited from ReportObject.)
Public property CustomProperties Custom properties for the member.
Public property DataElementName Gets the name of the data element.
Public property DataElementOutput Gets a value that indicates whether this tablix member should be included in the rendered output.
Public property FixedData Gets a Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.
Public property Group The expressions by which to group the data. If omitted, this is a static member (otherwise, this is a dynamic member). Not allowed if any ancestor group is a detail group. (Overrides HierarchyMember.Group.)
Public property Hidden Infrastructure.
Public property HideIfNoRows Gets a Boolean value that indicates whether to hide this tablix member when it contains no rows.
Public property KeepTogether Gets a Boolean value that indicates whether to keep the entire tablix member together if possible.
Public property KeepWithGroup Gets a value that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.
Public property Parent The parent of this report object. (Inherited from ReportObjectBase.)
Public property ParentTablix Infrastructure.
Public property ParentTablixHierarchy Infrastructure.
Public property RepeatOnNewPage Gets a Boolean value that indicates whether a static tablix member should be repeated on every page whenever a visible dynamic member sibling with the corresponding KeepWithGroup or its children appear on that page.
Public property Site Infrastructure. (Inherited from ReportObject.)
Public property SortExpressions The expressions by which to sort the group instances. Not allowed if Group is omitted
Public property TablixHeader Gets the header cell of the tablix member.
Public property TablixMembers Submembers that are contained within this member.
Public property ToggleItem Infrastructure.
Public property Visibility Gets the current visibility state of this report object.

Top

Methods

  Name Description
Public method DeepClone Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetContainingDataScopes Infrastructure. (Inherited from ReportObject.)
Protected method GetDataScopesForDefaultImpl Infrastructure. (Inherited from ReportObject.)
Protected method GetDependenciesCore Infrastructure. (Inherited from ReportObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes an instance of the TablixMember class. (Overrides ReportObject.Initialize().)
Protected method InitializeForDesigner Infrastructure. (Overrides ReportObject.InitializeForDesigner().)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChildPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method OnPropertyChanged Infrastructure. (Inherited from ReportObject.)
Protected method RdlSemanticEqualsCore Infrastructure. (Inherited from ReportObject.)
Protected method SavePropertyValue<T> Infrastructure. (Inherited from ReportObject.)
Public method ToString (Inherited from Object.)
Public method UpdateReferences Infrastructure.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose (Inherited from ReportObject.)
Explicit interface implemetationPrivate event IComponent.Disposed (Inherited from ReportObject.)
Explicit interface implemetationPrivate method IDataScopeService.GetDataScopesFor (Inherited from HierarchyMember.)
Explicit interface implemetationPrivate property IHierarchyMember.Members

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.