StyleProperties Class

 

Updated: February 25, 2016

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

Namespace:   Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

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

[DefaultMemberAttribute("Item")]
public ref class StyleProperties sealed : ICloneable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of style properties.

System_CAPS_pubpropertyItem[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.

System_CAPS_pubpropertyItem[String^]

Gets the specified style from the collection.

System_CAPS_pubpropertyKeys

Gets a collection of style property keys.

NameDescription
System_CAPS_pubmethodClone()

Clones the StyleProperties object.

System_CAPS_pubmethodContainStyleProperty(String^)

Indicates whether this collection contains a named style property.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: