Partager via


Constructeur ReportColor (Color)

Initializes a new instance of the ReportColor class with a specified color.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    color As Color _
)
'Utilisation
Dim color As Color

Dim instance As New ReportColor(color)
public ReportColor(
    Color color
)
public:
ReportColor(
    Color color
)
new : 
        color:Color -> ReportColor
public function ReportColor(
    color : Color
)

Paramètres

Notes

The constructor creates a new report color object with the given color.