Proprietà IndicatorState.Color
Gets the color of the state.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Color As ReportColorProperty
Get
'Utilizzo
Dim instance As IndicatorState
Dim value As ReportColorProperty
value = instance.Color
public ReportColorProperty Color { get; }
public:
property ReportColorProperty^ Color {
ReportColorProperty^ get ();
}
member Color : ReportColorProperty
function get Color () : ReportColorProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering