ScaleLabels Class
Defines the appearance of labels on a GaugeScale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ScaleLabels _
Implements IROMStyleDefinitionContainer
'Usage
Dim instance As ScaleLabels
public sealed class ScaleLabels : IROMStyleDefinitionContainer
public ref class ScaleLabels sealed : IROMStyleDefinitionContainer
[<SealedAttribute>]
type ScaleLabels =
class
interface IROMStyleDefinitionContainer
end
public final class ScaleLabels implements IROMStyleDefinitionContainer
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ScaleLabels
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.
See Also