Freigeben über


ReportColor-Konstruktor (Color)

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub New ( _
    color As Color _
)
'Usage
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
)

Parameter

Hinweise

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

Siehe auch

Verweis

ReportColor Klasse

ReportColor-Überladung

Microsoft.ReportingServices.ReportRendering-Namespace