Constructeur ReportColor (String)
Initializes a new instance of the ReportColor class.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
color As String _
)
'Utilisation
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
)
Paramètres
- color
Type : System. . :: . .String
The color represented as a string. For example, "red".
Notes
The constructor creates a new report color object with the given name or color description.