다음을 통해 공유


ReportColor 생성자 (Color)

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public Sub New ( _
    color As Color _
)
‘사용 방법
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
)

매개 변수

주의

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