Partager via


Classe GaugeMember

Represents group, sort and filter behavior for the data.

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
Public NotInheritable Class GaugeMember _
    Inherits DataRegionMember
'Utilisation
Dim instance As GaugeMember
public sealed class GaugeMember : DataRegionMember
public ref class GaugeMember sealed : public DataRegionMember
[<SealedAttribute>]
type GaugeMember =  
    class
        inherit DataRegionMember
    end
public final class GaugeMember extends DataRegionMember

Le type GaugeMember expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ChildGaugeMember Gets the childe of this gauge member.
Propriété publique ColumnSpan Gets the column span of this gauge member.
Propriété publique CustomProperties Gets the custom properties for this data region member. (hérité de DataRegionMember.)
Propriété publique DefinitionPath Gets the path to this report definition object in the report definition. (hérité de DataRegionMember.)
Propriété publique Group Gets the data grouping information. (hérité de DataRegionMember.)
Propriété publique ID Gets the unique identifier for this report definition object. (remplace DataRegionMember. . :: . .ID.)
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique IsColumn Gets a Boolean value that indicates whether this gauge member is a column.
Propriété publique IsStatic Gets a Boolean value that indicates whether this gauge member is static member. (remplace DataRegionMember. . :: . .IsStatic.)
Propriété publique MemberCellIndex Gets the cell index of this gauge member. (remplace DataRegionMember. . :: . .MemberCellIndex.)
Propriété publique Parent Gets the parent of this gauge 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 RowSpan Gets the row span of this gauge member.

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_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_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.)

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.