Struttura ReportColor
Represents a color in a report.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Structure ReportColor _
Implements IXmlSerializable, IFormattable, IShouldSerialize
'Utilizzo
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 supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche