RectangleInstance Class

Represents an instance type of the Rectangle class, and contains the calculated values of the properties in Rectangle.

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

Syntax

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

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.