ReportDoubleProperty Class

Represents a double property in the report.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ReportDoubleProperty _
    Inherits ReportProperty
'Usage
Dim instance As ReportDoubleProperty
public sealed class ReportDoubleProperty : ReportProperty
public ref class ReportDoubleProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportDoubleProperty =  
    class
        inherit ReportProperty
    end
public final class ReportDoubleProperty extends ReportProperty

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty

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.