Propriedade do RDL MapColorRangeRule.MiddleColor
Gets the middle color for a MapColorRangeRule distribution.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MiddleColor As ReportColorProperty
Get
'Uso
Dim instance As MapColorRangeRule
Dim value As ReportColorProperty
value = instance.MiddleColor
public ReportColorProperty MiddleColor { get; }
public:
property ReportColorProperty^ MiddleColor {
ReportColorProperty^ get ();
}
member MiddleColor : ReportColorProperty
function get MiddleColor () : ReportColorProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering