Freigeben über


TablixMember-Klasse

Represents a member in a tablix hierarchy.

Vererbungshierarchie

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class TablixMember _
    Inherits DataRegionMember
'Usage
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

Der TablixMember-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_children Infrastruktur
Geschütztes Feld m_customPropertyCollection Infrastruktur (Geerbt von DataRegionMember.)
Geschütztes Feld m_definitionPath Infrastruktur (Geerbt von DataRegionMember.)
Geschütztes Feld m_group Infrastruktur (Geerbt von DataRegionMember.)
Geschütztes Feld m_header Infrastruktur
Geschütztes Feld m_instance Infrastruktur
Geschütztes Feld m_owner Infrastruktur (Geerbt von DataRegionMember.)
Geschütztes Feld m_parent Infrastruktur (Geerbt von DataRegionMember.)
Geschütztes Feld m_parentCollectionIndex Infrastruktur (Geerbt von DataRegionMember.)
Geschütztes Feld m_parentDefinitionPath Infrastruktur (Geerbt von DataRegionMember.)
Geschütztes Feld m_visibility Infrastruktur

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.