Condividi tramite


Classe StyleProperties

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

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.ReportRendering.StyleProperties

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class StyleProperties _
    Implements ICloneable
'Utilizzo
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

Nel tipo StyleProperties sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of style properties.
Proprietà pubblica 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.
Proprietà pubblica Item[String] Gets the specified style from the collection.
Proprietà pubblica Keys Gets a collection of style property keys.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Clones the StyleProperties object.
Metodo pubblico ContainStyleProperty Indicates whether this collection contains a named style property.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.ReportRendering