ReportColor 생성자 (String)

Initializes a new instance of the ReportColor class.

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

구문

‘선언
Public Sub New ( _
    color As String _
)
‘사용 방법
Dim color As String 

Dim instance As New ReportColor(color)
public ReportColor(
    string color
)
public:
ReportColor(
    String^ color
)
new : 
        color:string -> ReportColor
public function ReportColor(
    color : String
)

매개 변수

  • color
    유형: System.String
    The color represented as a string. For example, "red".

주의

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

참고 항목

참조

ReportColor 클래스

ReportColor 오버로드

Microsoft.ReportingServices.ReportRendering 네임스페이스