ReportColor.ToColor Method
Returns a Color object that represents the report color.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function ToColor As Color
'Usage
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
Return Value
Type: System.Drawing.Color
A Color object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace