Share via


ReportColor Constructor (String, Boolean)

Creates a new instance of ReportColor.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub New ( _
    color As String, _
    allowTransparency As Boolean _
)
'Usage
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
)

Parameters

  • allowTransparency
    Type: System.Boolean
    Whether to allow color transparency.