LineInstance-Klasse
Represents an instance type of the Line class, and contains the calculated values of the properties in Line.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
Microsoft.ReportingServices.OnDemandReportRendering.ReportItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.LineInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class LineInstance _
Inherits ReportItemInstance
'Usage
Dim instance As LineInstance
public sealed class LineInstance : ReportItemInstance
public ref class LineInstance sealed : public ReportItemInstance
[<SealedAttribute>]
type LineInstance =
class
inherit ReportItemInstance
end
public final class LineInstance extends ReportItemInstance
Der LineInstance-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.) | |
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 ReportItem class. (Geerbt von ReportItemInstance.) |
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