ReportColor 생성자 (String, Boolean)
Creates a new instance of ReportColor.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Sub New ( _
color As String, _
allowTransparency As Boolean _
)
‘사용 방법
Dim color As String
Dim allowTransparency As Boolean
Dim instance As New ReportColor(color, allowTransparency)
public ReportColor(
string color,
bool allowTransparency
)
public:
ReportColor(
String^ color,
bool allowTransparency
)
new :
color:string *
allowTransparency:bool -> ReportColor
public function ReportColor(
color : String,
allowTransparency : boolean
)
매개 변수
- color
유형: System. . :: . .String
- allowTransparency
유형: System. . :: . .Boolean
Whether to allow color transparency.