Structure ReportColor
Represents a color in a report.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Structure ReportColor _
Implements IXmlSerializable, IFormattable, IShouldSerialize
'Utilisation
Dim instance As ReportColor
public struct ReportColor : IXmlSerializable,
IFormattable, IShouldSerialize
public value class ReportColor : IXmlSerializable,
IFormattable, IShouldSerialize
[<SealedAttribute>]
type ReportColor =
struct
interface IXmlSerializable
interface IFormattable
interface IShouldSerialize
end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.