Share via


ScalePinInstance Class

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

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.ScalePinInstance

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.