ReportVariantProperty Class
Represents a property of varying types in the report.
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
Inheritance Hierarchy
System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.