Construtor ReportColor (String, Boolean)
Creates a new instance of ReportColor.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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.
Consulte também