Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the border color of the color bar.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ColorBarBorderColor As ReportExpression(Of ReportColor)
Get
Set
'Usage
Dim instance As MapColorScale
Dim value As ReportExpression(Of ReportColor)
value = instance.ColorBarBorderColor
instance.ColorBarBorderColor = value
public ReportExpression<ReportColor> ColorBarBorderColor { get; set; }
public:
property ReportExpression<ReportColor> ColorBarBorderColor {
ReportExpression<ReportColor> get ();
void set (ReportExpression<ReportColor> value);
}
member ColorBarBorderColor : ReportExpression<ReportColor> with get, set
function get ColorBarBorderColor () : ReportExpression<ReportColor>
function set ColorBarBorderColor (value : ReportExpression<ReportColor>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.