Konstruktor ReportColor (String, Boolean)
Tworzy nowe wystąpienie ReportColor.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Sub New ( _
color As String, _
allowTransparency As Boolean _
)
'Użycie
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
)
Parametry
- color
Typ: System.String
- allowTransparency
Typ: System.Boolean
Czy zezwalać na kolor przezroczystości.