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 | |
---|---|---|
Count | Returns the number of style properties. | |
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. | |
Item[ ( [ ( String] ) ] ) | Gets the specified style from the collection. | |
Keys |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Clones the StyleProperties object. | |
ContainStyleProperty | Indicates whether this collection contains a named style property. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.