Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the ReportColor class with a specified color.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub New ( _
color As Color _
)
'Uso
Dim color As Color
Dim instance As New ReportColor(color)
public ReportColor(
Color color
)
public:
ReportColor(
Color color
)
new :
color:Color -> ReportColor
public function ReportColor(
color : Color
)
Parámetros
- color
Tipo: System.Drawing.Color
Color of the report color object.
Comentarios
The constructor creates a new report color object with the given color.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering