Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents a collection of named style properties for a report item. This collection can be accessed by name or index. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.ReportRendering.StyleBase
Microsoft.ReportingServices.ReportRendering.Style
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Style _
Inherits StyleBase
'Utilizzo
Dim instance As Style
public sealed class Style : StyleBase
public ref class Style sealed : public StyleBase
[<SealedAttribute>]
type Style =
class
inherit StyleBase
end
public final class Style extends StyleBase
Nel tipo Style sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
Style | Initializes a new instance of the Style class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Count | Number of style properties in the collection. Esegue l'override di StyleBase.Count. |
![]() |
Item[String] | Gets the value of the specified style that matches the name given in the styleName parameter. In C#, this property is the indexer for the Style class. Esegue l'override di StyleBase.Item[String]. |
![]() |
Item[Int32] | Returns a style at the specified index. Ereditato da StyleBase. |
![]() |
Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. Esegue l'override di StyleBase.Keys. |
![]() |
NonSharedProperties | Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions. Esegue l'override di StyleBase.NonSharedProperties. |
![]() |
SharedProperties | Gets a StyleProperties collection that contains the properties shared by all report item instances that are derived from the same report item in the definition. Esegue l'override di StyleBase.SharedProperties. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
ContainStyleProperty | Indicates whether this collection contains a named style property. Ereditato da StyleBase. |
![]() |
Equals | Ereditato da Object. |
![]() |
GetEnumerator | Gets an IEnumerator interface that allows you to iterate through the collection. Ereditato da StyleBase. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
SetStyle | Sets a specified style property within a style collection to the given value. Ereditato da StyleBase. |
![]() |
ToString | Ereditato da Object. |
In alto
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.
.gif)
.gif)