Metodo ReportColor.ToColor
Returns a Color object that represents the report color.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Function ToColor As Color
'Utilizzo
Dim instance As ReportColor
Dim returnValue As Color
returnValue = instance.ToColor()
public Color ToColor()
public:
Color ToColor()
member ToColor : unit -> Color
public function ToColor() : Color
Valore restituito
Tipo: System.Drawing.Color
A Color object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering