Share via


ReportColor Structure

Represents a color in a report.

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

Syntax

'Declaration
Public Structure ReportColor _
    Implements IXmlSerializable, IFormattable, IShouldSerialize
'Usage
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 suports the use of structures, but not the declaration of new ones.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.