Partilhar via


Classe StyleProperties

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

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class StyleProperties _
    Implements ICloneable
'Uso
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

O tipo StyleProperties expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Returns the number of style properties.
Propriedade pública 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.
Propriedade pública Item[ ( [ ( String] ) ] ) Gets the specified style from the collection.
Propriedade pública Keys

Início

Métodos

  Nome Descrição
Método público Clone Clones the StyleProperties object.
Método público ContainStyleProperty Indicates whether this collection contains a named style property.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.