GaugeMember-Klasse
Represents group, sort and filter behavior for the data.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMember
Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class GaugeMember _
Inherits DataRegionMember
'Usage
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
Der GaugeMember-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ChildGaugeMember | Gets the childe of this gauge member. | |
ColumnSpan | Gets the column span of this gauge member. | |
CustomProperties | Gets the custom properties for this data region member. (Geerbt von DataRegionMember.) | |
DefinitionPath | Gets the path to this report definition object in the report definition. (Geerbt von DataRegionMember.) | |
Group | Gets the data grouping information. (Geerbt von DataRegionMember.) | |
ID | Gets the unique identifier for this report definition object. (Überschreibt DataRegionMember.ID.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
IsColumn | Gets a Boolean value that indicates whether this gauge member is a column. | |
IsStatic | Gets a Boolean value that indicates whether this gauge member is static member. (Überschreibt DataRegionMember.IsStatic.) | |
MemberCellIndex | Gets the cell index of this gauge member. (Überschreibt DataRegionMember.MemberCellIndex.) | |
Parent | Gets the parent of this gauge member. | |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. (Geerbt von DataRegionMember.) | |
RowSpan | Gets the row span of this gauge member. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace