Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates what type of separator to use for the columns.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ColumnSeparator As ReportExpression(Of ChartColumnSeparatorTypes)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartColumnSeparatorTypes>
A ReportExpression<T> object.