RectangleInstance-Klasse
Represents an instance type of the Rectangle class, and contains the calculated values of the properties in Rectangle.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.RectangleInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class RectangleInstance _
Inherits ReportItemInstance
'Usage
Dim instance As RectangleInstance
public sealed class RectangleInstance : ReportItemInstance
public ref class RectangleInstance sealed : public ReportItemInstance
[<SealedAttribute>]
type RectangleInstance =
class
inherit ReportItemInstance
end
public final class RectangleInstance extends ReportItemInstance
Der RectangleInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Bookmark | Gets the calculated value of the Bookmark property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
DocumentMapLabel | Gets the calculated value of the DocumentMapLabel property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
PageName | Gets the calculated value of the PageName property in a Rectangle class. | |
Style | Gets the calculated value of the Style property in a ReportElement class. (Geerbt von ReportElementInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a ReportItem class. (Geerbt von ReportItemInstance.) | |
UniqueName | Gets the unique identifier of this instance object. (Geerbt von ReportItemInstance.) | |
Visibility | Gets the calculated value of the Visibility property in a Rectangle class. (Überschreibt ReportItemInstance.Visibility.) |
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