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
- color
Tipo: System. . :: . .String
- allowTransparency
Tipo: System. . :: . .Boolean
Whether to allow color transparency.