Конструктор ColorProperty
Initializes a new instance of the ColorProperty class.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of ReportColor) _
)
'Применение
Dim name As String
Dim defaultValue As Nullable(Of ReportColor)
Dim instance As New ColorProperty(name, defaultValue)
public ColorProperty(
string name,
Nullable<ReportColor> defaultValue
)
public:
ColorProperty(
String^ name,
Nullable<ReportColor> defaultValue
)
new :
name:string *
defaultValue:Nullable<ReportColor> -> ColorProperty
public function ColorProperty(
name : String,
defaultValue : Nullable<ReportColor>
)
Параметры
- name
Тип: System.String
The name of the color.
- defaultValue
Тип: System.Nullable<ReportColor>
The color object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel