Classe ReportColor
Represents a color in a report.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ReportColor
'Utilizzo
Dim instance As ReportColor
public sealed class ReportColor
public ref class ReportColor sealed
[<SealedAttribute>]
type ReportColor = class end
public final class ReportColor
Nel tipo ReportColor sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
ReportColor(String) | Creates a new instance of ReportColor. |
![]() |
ReportColor(String, Boolean) | Creates a new instance of ReportColor. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToColor | Returns a Color object that represents the report color. |
![]() |
ToString | Returns a string that represents the report color. Esegue l'override di Object.ToString(). |
![]() ![]() |
TryParse(String, ReportColor%) | Attempts to parse a string value to a ReportColor. |
![]() ![]() |
TryParse(String, Boolean, ReportColor%) | Attempts to parse a string value to a ReportColor. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering