Freigeben über


ReportColor-Klasse

Represents a color in a report.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportColor

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ReportColor
'Usage
Dim instance As ReportColor
public sealed class ReportColor
public ref class ReportColor sealed
[<SealedAttribute>]
type ReportColor =  class end
public final class ReportColor

Der ReportColor-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportColor(String) Creates a new instance of ReportColor.
Öffentliche Methode ReportColor(String, Boolean) Creates a new instance of ReportColor.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToColor Returns a Color object that represents the report color.
Öffentliche Methode ToString Returns a string that represents the report color. (Überschreibt Object.ToString().)
Öffentliche MethodeStatisches Element TryParse(String, ReportColor%) Attempts to parse a string value to a ReportColor.
Öffentliche MethodeStatisches Element TryParse(String, Boolean, ReportColor%) Attempts to parse a string value to a ReportColor.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace