Compartir a través de


ReportColor Constructor (String, Boolean)

Creates a new instance of ReportColor.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Sub New ( _
    color As String, _
    allowTransparency As Boolean _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

ReportColor Clase

Sobrecarga de ReportColor

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering