Costruttore ReportColor (String)
Initializes a new instance of the ReportColor class.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
color As String _
)
'Utilizzo
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
)
Parametri
- color
Tipo: System. . :: . .String
The color represented as a string. For example, "red".
Osservazioni
The constructor creates a new report color object with the given name or color description.