ReportColor 생성자 (String)
Initializes a new instance of the ReportColor class.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.