Style Class

 

Updated: February 25, 2016

Contains information about the style of a report item.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)


public ref class Style : ReportObject

NameDescription
System_CAPS_pubmethodStyle()

Creates a new instance of the Style class.

NameDescription
System_CAPS_pubpropertyBackgroundColor

Gets or sets the color of the background.

System_CAPS_pubpropertyBackgroundGradientEndColor

Gets or sets the end color for the background gradient.

System_CAPS_pubpropertyBackgroundGradientType

Gets or sets the type of background gradient.

System_CAPS_pubpropertyBackgroundHatchType

Gets or sets the hatch type.

System_CAPS_pubpropertyBackgroundImage

Gets or sets the a background image for the object.

System_CAPS_pubpropertyBorder

Gets or sets the default border properties.

System_CAPS_pubpropertyBottomBorder

Gets or sets the properties of the bottom border.

System_CAPS_pubpropertyCalendar

Gets or sets a value that indicates whether the calendar to use for formatting dates.

System_CAPS_pubpropertyColor

Gets or sets the foreground color.

System_CAPS_pubpropertyComponentMetadata

Gets or sets the component metadata.(Inherited from ReportObject.)

System_CAPS_pubpropertyDirection

Gets or sets a value that indicates whether text is written left-to-right or right-to-left.

System_CAPS_pubpropertyFontFamily

Gets or sets the name of the font family.

System_CAPS_pubpropertyFontSize

Gets or sets the point size of the font.

System_CAPS_pubpropertyFontStyle

Gets or sets the font style.

System_CAPS_pubpropertyFontWeight

Gets or sets the thickness of the font.

System_CAPS_pubpropertyFormat

Gets or sets the .NET Framework formatting string. See http://msdn2.microsoft.com/library/fbxft59x.aspx.

System_CAPS_pubpropertyFormatSymbolCulture

Gets or sets the culture of the format symbols.

System_CAPS_pubpropertyLanguage

Gets or sets the primary language of the text. Default is Report language.

System_CAPS_pubpropertyLeftBorder

Gets or sets the properties of the left border.

System_CAPS_pubpropertyLineHeight

Gets or sets the height of a line of text.

System_CAPS_pubpropertyNumeralLanguage

Gets or sets the digit format to use as described by its primary language. Any language is valid. Default is the Language property.

System_CAPS_pubpropertyNumeralVariant

Gets or sets the variant of the digit format to use.

System_CAPS_pubpropertyPaddingBottom

Gets or sets the padding between the bottom edge of the report item and its contents.

System_CAPS_pubpropertyPaddingLeft

Gets or sets the padding between the left edge of the report item and its contents.

System_CAPS_pubpropertyPaddingRight

Gets or sets the padding between the right edge of the report item and its contents.

System_CAPS_pubpropertyPaddingTop

Gets or sets the padding between the top edge of the report item and its contents.

System_CAPS_pubpropertyParent

The parent of this report object.(Inherited from ReportObjectBase.)

System_CAPS_pubpropertyRightBorder

Gets or sets the properties of the right border.

System_CAPS_pubpropertyShadowColor

Gets or sets the color of the shadow for the item.

System_CAPS_pubpropertyShadowOffset

Gets or sets the size of the shadow for the item.

System_CAPS_pubpropertySite

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the site associated with the ReportObject object.(Inherited from ReportObject.)

System_CAPS_pubpropertyTextAlign

Gets or sets the horizontal alignment of the text.

System_CAPS_pubpropertyTextDecoration

Gets or sets the special text formatting.

System_CAPS_pubpropertyTextEffect

Gets or sets the effect to apply to the text.

System_CAPS_pubpropertyTopBorder

Gets or sets the properties of the top border.

System_CAPS_pubpropertyUnicodeBiDi

Gets or sets a value that indicates the level of embedding with respect to the bi-directional algorithm.

System_CAPS_pubpropertyVerticalAlign

Gets or sets the vertical alignment of the text.

System_CAPS_pubpropertyWritingMode

Gets or sets a value that indicates whether text is written horizontally or vertically.

NameDescription
System_CAPS_pubmethodDeepClone()

Returns a deep clone of this ReportObject instance.(Inherited from ReportObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetContainingDataScopes()

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the list of report object that contains data scopes.(Inherited from ReportObject.)

System_CAPS_protmethodGetDataScopesForDefaultImpl(IContainedObject^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the data scopes for default implementation.(Inherited from ReportObject.)

System_CAPS_protmethodGetDependenciesCore(IList<ReportObject^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the dependencies core for the ReportObject object.(Inherited from ReportObject.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize()

Initializes an instance of the Style class.(Overrides ReportObject::Initialize().)

System_CAPS_protmethodInitializeForDesigner()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes an instance of the Style class for the designer.(Overrides ReportObject::InitializeForDesigner().)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnChildPropertyChanged(Int32, Object^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property of the child was changed.(Inherited from ReportObject.)

System_CAPS_protmethodOnPropertyChanged(Int32, Object^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property was changed.(Inherited from ReportObject.)

System_CAPS_protmethodRdlSemanticEqualsCore(ReportObject^, ICollection<ReportObject^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns whether the report definition language semantic is the same with the core object.(Inherited from ReportObject.)

System_CAPS_protmethodSavePropertyValue<T>(String^, T, ReportObject::SwapValue<T>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Saves the property value of the report object.(Inherited from ReportObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_priveventIComponent::Disposed

Occurs when the ReportObject object is disposed.(Inherited from ReportObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDisposable::Dispose()

This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from ReportObject.)

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: