Partager via


Classe StyleProperties

Represents a collection of styles. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..StyleProperties

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class StyleProperties _
    Implements ICloneable
'Utilisation
Dim instance As StyleProperties
public sealed class StyleProperties : ICloneable
public ref class StyleProperties sealed : ICloneable
[<SealedAttribute>]
type StyleProperties =  
    class
        interface ICloneable
    end
public final class StyleProperties implements ICloneable

Le type StyleProperties expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Returns the number of style properties.
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets the value of the style located in the collection at the position indicated by the index. In C#, this property is the indexer for the StyleProperties class.
Propriété publique Item[ ( [ ( String] ) ] ) Gets the specified style from the collection.
Propriété publique Keys

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Clones the StyleProperties object.
Méthode publique ContainStyleProperty Indicates whether this collection contains a named style property.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

There are two StyleProperties classes associated with each style: one class containing those properties that are shared across all report instances, and one containing those that are unique to this particular instance.

The objects referenced in the StyleProperties class are the same as those in the Style class, however the Style class differentiates between shared and non-shared properties.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.