Costruttore ReportColor (String, Boolean)
Creates a new instance of ReportColor.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
color As String, _
allowTransparency As Boolean _
)
'Utilizzo
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
)
Parametri
- color
Tipo: System.String
- allowTransparency
Tipo: System.Boolean
Whether to allow color transparency.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering