Partilhar via


Estrutura ReportColor

Represents a color in a report.

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

Sintaxe

'Declaração
Public Structure ReportColor _
    Implements IXmlSerializable, IFormattable, IShouldSerialize
'Uso
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 dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.