Classe EmptyColorStyle
Contains the style properties used for a null color.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.Style
Microsoft.ReportingServices.RdlObjectModel.EmptyColorStyle
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class EmptyColorStyle _
Inherits Style
'Utilizzo
Dim instance As EmptyColorStyle
public class EmptyColorStyle : Style
public ref class EmptyColorStyle : public Style
type EmptyColorStyle =
class
inherit Style
end
public class EmptyColorStyle extends Style
Nel tipo EmptyColorStyle sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
EmptyColorStyle | Initializes a new instance of the EmptyColorStyle class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
BackgroundColor | Gets or sets the color of the background. Ereditato da Style. | |
BackgroundGradientEndColor | Gets or sets the end color for the background gradient. Ereditato da Style. | |
BackgroundGradientType | Gets or sets the type of background gradient. Ereditato da Style. | |
BackgroundHatchType | Gets or sets the hatch type. Ereditato da Style. | |
BackgroundImage | Gets or sets the a background image for the object. Ereditato da Style. | |
Border | The empty border styles. | |
BottomBorder | Gets or sets the properties of the bottom border. Ereditato da Style. | |
Calendar | Gets or sets a value that indicates whether the calendar to use for formatting dates. Ereditato da Style. | |
Color | The color to use for the empty color. | |
ComponentMetadata | Gets or sets the component metadata. Ereditato da ReportObject. | |
Direction | Gets or sets a value that indicates whether text is written left-to-right or right-to-left. Ereditato da Style. | |
FontFamily | Gets or sets the name of the font family. Ereditato da Style. | |
FontSize | Gets or sets the point size of the font. Ereditato da Style. | |
FontStyle | Gets or sets the font style. Ereditato da Style. | |
FontWeight | Gets or sets the thickness of the font. Ereditato da Style. | |
Format | Gets or sets the .NET Framework formatting string. See https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx. Ereditato da Style. | |
FormatSymbolCulture | Gets or sets the culture of the format symbols. Ereditato da Style. | |
Language | Gets or sets the primary language of the text. Default is Report language. Ereditato da Style. | |
LeftBorder | Gets or sets the properties of the left border. Ereditato da Style. | |
LineHeight | Gets or sets the height of a line of text. Ereditato da Style. | |
NumeralLanguage | Gets or sets the digit format to use as described by its primary language. Any language is valid. Default is the Language property. Ereditato da Style. | |
NumeralVariant | Gets or sets the variant of the digit format to use. Ereditato da Style. | |
PaddingBottom | Gets or sets the padding between the bottom edge of the report item and its contents. Ereditato da Style. | |
PaddingLeft | Gets or sets the padding between the left edge of the report item and its contents. Ereditato da Style. | |
PaddingRight | Gets or sets the padding between the right edge of the report item and its contents. Ereditato da Style. | |
PaddingTop | Gets or sets the padding between the top edge of the report item and its contents. Ereditato da Style. | |
Parent | The parent of this report object. Ereditato da ReportObjectBase. | |
RightBorder | Gets or sets the properties of the right border. Ereditato da Style. | |
ShadowColor | Gets or sets the color of the shadow for the item. Ereditato da Style. | |
ShadowOffset | Gets or sets the size of the shadow for the item. Ereditato da Style. | |
Site | Infrastruttura. Gets or sets the site associated with the ReportObject object. Ereditato da ReportObject. | |
TextAlign | Gets or sets the horizontal alignment of the text. Ereditato da Style. | |
TextDecoration | Gets or sets the special text formatting. Ereditato da Style. | |
TextEffect | Gets or sets the effect to apply to the text. Ereditato da Style. | |
TopBorder | Gets or sets the properties of the top border. Ereditato da Style. | |
UnicodeBiDi | Gets or sets a value that indicates the level of embedding with respect to the bi-directional algorithm. Ereditato da Style. | |
VerticalAlign | Gets or sets the vertical alignment of the text. Ereditato da Style. | |
WritingMode | Gets or sets a value that indicates whether text is written horizontally or vertically. Ereditato da Style. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. Ereditato da ReportObject. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetContainingDataScopes | Infrastruttura. Returns the list of report object that contains data scopes. Ereditato da ReportObject. | |
GetDataScopesForDefaultImpl | Infrastruttura. Returns the data scopes for default implementation. Ereditato da ReportObject. | |
GetDependenciesCore | Infrastruttura. Returns the dependencies core for the ReportObject object. Ereditato da ReportObject. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
Initialize | Initializes the current EmptyColorStyle instance. Esegue l'override di Style.Initialize(). | |
InitializeForDesigner | Infrastruttura. Initializes an instance of the Style class for the designer. Ereditato da Style. | |
MemberwiseClone | Ereditato da Object. | |
OnChildPropertyChanged | Infrastruttura. Raises an event when the property of the child was changed. Ereditato da ReportObject. | |
OnPropertyChanged | Infrastruttura. Raises an event when the property was changed. Ereditato da ReportObject. | |
RdlSemanticEqualsCore | Infrastruttura. Returns whether the report definition language semantic is the same with the core object. Ereditato da ReportObject. | |
SavePropertyValue<T> | Infrastruttura. Saves the property value of the report object. Ereditato da ReportObject. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IDisposable.Dispose | Infrastruttura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Ereditato da ReportObject. | |
IComponent.Disposed | Infrastruttura. Occurs when the ReportObject object is disposed. Ereditato da ReportObject. |
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.