Freigeben über


ChartElementPosition-Klasse

Represents the position in which to draw a chart element.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ChartElementPosition

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

Syntax

'Declaration
Public NotInheritable Class ChartElementPosition
'Usage
Dim instance As ChartElementPosition
public sealed class ChartElementPosition
public ref class ChartElementPosition sealed
[<SealedAttribute>]
type ChartElementPosition =  class end
public final class ChartElementPosition

Der ChartElementPosition-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Height Gets an expression that evaluates to the height of the item as a percentage of its containing object.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft Left Gets an expression that evaluates to the distance of the item from the left of the containing object, as a percentage of the container.
Öffentliche Eigenschaft Top Gets an expression that evaluates to the distance of the item from the top of the containing object, as a percentage of the container.
Öffentliche Eigenschaft Width Gets an expression that evaluates to the width of the item as a percentage of its containing 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

Threadsicherheit

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