다음을 통해 공유


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
)

매개 변수

  • allowTransparency
    유형: System.Boolean
    Whether to allow color transparency.

참고 항목

참조

ReportColor 클래스

ReportColor 오버로드

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스