Classe ReportVariantProperty
Represents a property of varying types in the report.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ReportVariantProperty _
Inherits ReportProperty
'Utilizzo
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
Nel tipo ReportVariantProperty sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ExpressionString | Gets the expression string for the report property, if the report property is an expression. Ereditato da ReportProperty. |
![]() |
IsExpression | Gets a value that indicates whether the value of the report property is an expression. Ereditato da ReportProperty. |
![]() |
Value | Gets the value of the property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering