Constructeur ReportColor (String, Boolean)
Creates a new instance of ReportColor.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
color As String, _
allowTransparency As Boolean _
)
'Utilisation
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
)
Paramètres
- color
Type : System. . :: . .String
- allowTransparency
Type : System. . :: . .Boolean
Whether to allow color transparency.