ReportIntProperty Class
Represents an integer property in the report.
Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ReportIntProperty _
    Inherits ReportProperty
'Usage
Dim instance As ReportIntProperty
public sealed class ReportIntProperty : ReportProperty
public ref class ReportIntProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportIntProperty =  
    class
        inherit ReportProperty
    end
public final class ReportIntProperty extends ReportProperty
Inheritance Hierarchy
System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
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.