Partager via


Classe TablixMember

Represents a member in a tablix hierarchy.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataRegionMember
    Microsoft.ReportingServices.OnDemandReportRendering..::..TablixMember

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class TablixMember _
    Inherits DataRegionMember
'Utilisation
Dim instance As TablixMember
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class TablixMember : DataRegionMember
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class TablixMember abstract : public DataRegionMember
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type TablixMember =  
    class
        inherit DataRegionMember
    end
public abstract class TablixMember extends DataRegionMember

Le type TablixMember expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Children Gets the children of this tablix member.
Propriété publique CustomProperties Gets the custom properties for this data region member. (hérité de DataRegionMember.)
Propriété publique DataElementName Gets the name of the data element.
Propriété publique DataElementOutput Gets a value that indicates whether this tablix member should be included in the rendered output.
Propriété publique DefinitionPath Gets the path to this report definition object in the report definition. (hérité de DataRegionMember.)
Propriété publique FixedData Gets a Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.
Propriété publique Group Gets the data grouping information. (hérité de DataRegionMember.)
Propriété publique HideIfNoRows Gets a Boolean value that indicates whether to hide this tablix member when it contains no rows.
Propriété publique ID Gets the unique identifier for this report definition object. (hérité de DataRegionMember.)
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique IsColumn Indicates this is a member of the column (as opposed to row) hierarchy.
Propriété publique IsStatic Gets a boolean value that indicates whether the member is a static member. (hérité de DataRegionMember.)
Propriété publique IsTotal Indicates this is an autogenerated subtotal member, to be rendered only if there exist no peer members.
Propriété publique KeepTogether Gets a Boolean value that indicates whether to keep the entire tablix member together if possible.
Propriété publique 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.
Propriété publique MemberCellIndex (hérité de DataRegionMember.)
Propriété publique Parent The parent member for this member
Propriété publique ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (hérité de DataRegionMember.)
Propriété publique 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.
Propriété publique TablixHeader Gets the header cell of the tablix member.
Propriété publique Visibility Gets the current visibility state of this report object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_children Infrastructure.
Champ protégé m_customPropertyCollection Infrastructure. (hérité de DataRegionMember.)
Champ protégé m_definitionPath Infrastructure. (hérité de DataRegionMember.)
Champ protégé m_group Infrastructure. (hérité de DataRegionMember.)
Champ protégé m_header Infrastructure.
Champ protégé m_instance Infrastructure.
Champ protégé m_owner Infrastructure. (hérité de DataRegionMember.)
Champ protégé m_parent Infrastructure. (hérité de DataRegionMember.)
Champ protégé m_parentCollectionIndex Infrastructure. (hérité de DataRegionMember.)
Champ protégé m_parentDefinitionPath Infrastructure. (hérité de DataRegionMember.)
Champ protégé m_visibility Infrastructure.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.