Конструктор ReportColor (String, Boolean)
Creates a new instance of ReportColor.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Sub New ( _
color As String, _
allowTransparency As Boolean _
)
'Применение
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
)
Параметры
- color
Тип: System.String
- allowTransparency
Тип: System.Boolean
Whether to allow color transparency.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering