列に使用する区切り線の種類を示します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property ColumnSeparator As ReportExpression(Of ChartColumnSeparatorTypes)
Get
Set
'使用
Dim instance As ChartLegend
Dim value As ReportExpression(Of ChartColumnSeparatorTypes)
value = instance.ColumnSeparator
instance.ColumnSeparator = value
public ReportExpression<ChartColumnSeparatorTypes> ColumnSeparator { get; set; }
public:
property ReportExpression<ChartColumnSeparatorTypes> ColumnSeparator {
ReportExpression<ChartColumnSeparatorTypes> get ();
void set (ReportExpression<ChartColumnSeparatorTypes> value);
}
member ColumnSeparator : ReportExpression<ChartColumnSeparatorTypes> with get, set
function get ColumnSeparator () : ReportExpression<ChartColumnSeparatorTypes>
function set ColumnSeparator (value : ReportExpression<ChartColumnSeparatorTypes>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartColumnSeparatorTypes>
ReportExpression<T> オブジェクト。