TickMarkStyleInstance Class
Represents an instance type of the TickMarkStyle class, and contains the calculated values of the properties in TickMarkStyle.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Class TickMarkStyleInstance _
Inherits BaseInstance
'Usage
Dim instance As TickMarkStyleInstance
public class TickMarkStyleInstance : BaseInstance
public ref class TickMarkStyleInstance : public BaseInstance
type TickMarkStyleInstance =
class
inherit BaseInstance
end
public class TickMarkStyleInstance extends BaseInstance
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugeTickMarksInstance
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.