StyleProperties Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of styles. This class cannot be inherited.
public ref class StyleProperties sealed : ICloneable
public sealed class StyleProperties : ICloneable
type StyleProperties = class
interface ICloneable
Public NotInheritable Class StyleProperties
Implements ICloneable
- Inheritance
-
StyleProperties
- Implements
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.
Count |
Gets 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 |
Gets a collection of style property keys. |
Clone() |
Clones the StyleProperties object. |
Contain |
Indicates whether this collection contains a named style property. |
Toode | Versioonid |
---|---|
SQL Server .NET SDK | 2016 |