Propriedade do RDL ColorBarBorderColor
Gets the calculated value of the ColorBarBorder()()()() property in a MapColorScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ColorBarBorderColor As ReportColor
Get
'Uso
Dim instance As MapColorScaleInstance
Dim value As ReportColor
value = instance.ColorBarBorderColor
public ReportColor ColorBarBorderColor { get; }
public:
property ReportColor^ ColorBarBorderColor {
ReportColor^ get ();
}
member ColorBarBorderColor : ReportColor
function get ColorBarBorderColor () : ReportColor
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the ColorBarBorderColor property.
Consulte também