ReportDoubleProperty Class

Definition

Represents a double property in the report.

public ref class ReportDoubleProperty sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty
public sealed class ReportDoubleProperty : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
type ReportDoubleProperty = class
    inherit ReportProperty
Public NotInheritable Class ReportDoubleProperty
Inherits ReportProperty
Inheritance
ReportDoubleProperty

Properties

ExpressionString

Gets the expression string for the report property, if the report property is an expression.

(Inherited from ReportProperty)
IsExpression

Gets a value that indicates whether the value of the report property is an expression.

(Inherited from ReportProperty)
Value

Gets the double value of the property.

Applies to