ReportVariantProperty-Klasse
Represents a property of varying types in the report.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ReportVariantProperty _
Inherits ReportProperty
'Usage
Dim instance As ReportVariantProperty
public sealed class ReportVariantProperty : ReportProperty
public ref class ReportVariantProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportVariantProperty =
class
inherit ReportProperty
end
public final class ReportVariantProperty extends ReportProperty
Der ReportVariantProperty-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ExpressionString | Gets the expression string for the report property, if the report property is an expression. (Geerbt von ReportProperty.) | |
IsExpression | Gets a value that indicates whether the value of the report property is an expression. (Geerbt von ReportProperty.) | |
Value | Gets the value of the property. |
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