Конструктор ReportColor (String)
Initializes a new instance of the ReportColor class.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Sub New ( _
color As String _
)
'Применение
Dim color As String
Dim instance As New ReportColor(color)
public ReportColor(
string color
)
public:
ReportColor(
String^ color
)
new :
color:string -> ReportColor
public function ReportColor(
color : String
)
Параметры
- color
Тип System. . :: . .String
The color represented as a string. For example, "red".
Замечания
The constructor creates a new report color object with the given name or color description.