ReportColor 構造体

レポート内の色を表します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Structure ReportColor _
    Implements IXmlSerializable, IFormattable, IShouldSerialize
'使用
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 は構造体の使用をサポートしていますが、新規の宣言はサポートしていません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。