Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates what color to use for the column separator.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ColumnSeparatorColor As ReportExpression(Of ReportColor)
Get
Set
'Usage
Dim instance As ChartLegend
Dim value As ReportExpression(Of ReportColor)
value = instance.ColumnSeparatorColor
instance.ColumnSeparatorColor = value
public ReportExpression<ReportColor> ColumnSeparatorColor { get; set; }
public:
property ReportExpression<ReportColor> ColumnSeparatorColor {
ReportExpression<ReportColor> get ();
void set (ReportExpression<ReportColor> value);
}
member ColumnSeparatorColor : ReportExpression<ReportColor> with get, set
function get ColumnSeparatorColor () : ReportExpression<ReportColor>
function set ColumnSeparatorColor (value : ReportExpression<ReportColor>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.