Condividi tramite


Classe StyleProperties

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

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

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.

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.