Construtor ReportColor (String)
Creates a new instance of the ReportColor class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub New ( _
value As String _
)
'Uso
Dim value As String
Dim instance As New ReportColor(value)
public ReportColor(
string value
)
public:
ReportColor(
String^ value
)
new :
value:string -> ReportColor
public function ReportColor(
value : String
)
Parâmetros
- value
Tipo: System. . :: . .String
A string that represents the color.
Consulte também