Style 類別
Contains information about the style of a report item.
繼承階層
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..Style
Microsoft.ReportingServices.RdlObjectModel. . :: . .EmptyColorStyle
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Class Style _
Inherits ReportObject
'用途
Dim instance As Style
public class Style : ReportObject
public ref class Style : public ReportObject
type Style =
class
inherit ReportObject
end
public class Style extends ReportObject
Style 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
BackgroundColor | Color of the background. | |
BackgroundGradientEndColor | End color for the background gradient. | |
BackgroundGradientType | The type of background gradient. | |
BackgroundHatchType | Hatch type. | |
BackgroundImage | A background image for the object. | |
Border | Default border properties. | |
BottomBorder | Properties of the bottom border. | |
Calendar | Indicates the calendar to use for formatting dates. | |
Color | The foreground color. | |
ComponentMetadata | The component metadata. (繼承自 ReportObject。) | |
Direction | Indicates whether text is written left-to-right or right-to-left. | |
FontFamily | Name of the font family. | |
FontSize | Point size of the font. | |
FontStyle | Font style. | |
FontWeight | Thickness of the font. | |
Format | .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx. | |
FormatSymbolCulture | The culture of the format symbols. | |
Language | The primary language of the text. Default is Report language. | |
LeftBorder | Properties of the left border. | |
LineHeight | Height of a line of text. | |
NumeralLanguage | The digit format to use as described by its primary language. Any language is valid. Default is the Language property. | |
NumeralVariant | The variant of the digit format to use. | |
PaddingBottom | Padding between the bottom edge of the report item and its contents. | |
PaddingLeft | Padding between the left edge of the report item and its contents. | |
PaddingRight | Padding between the right edge of the report item and its contents. | |
PaddingTop | Padding between the top edge of the report item and its contents. | |
Parent | The parent of this report object. (繼承自 ReportObjectBase。) | |
RightBorder | Properties of the right border. | |
ShadowColor | Color of the shadow for the item. | |
ShadowOffset | Size of the shadow for the item. | |
Site | 基礎結構。 (繼承自 ReportObject。) | |
TextAlign | Horizontal alignment of the text. | |
TextDecoration | Special text formatting. | |
TextEffect | Effect to apply to the text. | |
TopBorder | Properties of the top border. | |
UnicodeBiDi | Indicates the level of embedding with respect to the bi-directional algorithm. | |
VerticalAlign | Vertical alignment of the text. | |
WritingMode | Indicates whether text is written horizontally or vertically. |
上層
方法
名稱 | 說明 | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (繼承自 ReportObject。) | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetContainingDataScopes | 基礎結構。 (繼承自 ReportObject。) | |
GetDataScopesForDefaultImpl | 基礎結構。 (繼承自 ReportObject。) | |
GetDependenciesCore | 基礎結構。 (繼承自 ReportObject。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
Initialize | Initializes an instance of the Style class. (覆寫 ReportObject. . :: . .Initialize() () () ()。) | |
InitializeForDesigner | 基礎結構。 (覆寫 ReportObject. . :: . .InitializeForDesigner() () () ()。) | |
MemberwiseClone | (繼承自 Object。) | |
OnChildPropertyChanged | 基礎結構。 (繼承自 ReportObject。) | |
OnPropertyChanged | 基礎結構。 (繼承自 ReportObject。) | |
RdlSemanticEqualsCore | 基礎結構。 (繼承自 ReportObject。) | |
SavePropertyValue< (Of < <' (T> ) > > ) | 基礎結構。 (繼承自 ReportObject。) | |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
IDisposable. . :: . .Dispose | (繼承自 ReportObject。) | |
IComponent. . :: . .Disposed | (繼承自 ReportObject。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。