Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets an expression that evaluates to a value that indicates what type of separator to use for the columns.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnSeparator As ReportEnumProperty(Of ChartSeparators)
Get
'Usage
Dim instance As ChartLegend
Dim value As ReportEnumProperty(Of ChartSeparators)
value = instance.ColumnSeparator
public ReportEnumProperty<ChartSeparators> ColumnSeparator { get; }
public:
property ReportEnumProperty<ChartSeparators>^ ColumnSeparator {
ReportEnumProperty<ChartSeparators>^ get ();
}
member ColumnSeparator : ReportEnumProperty<ChartSeparators>
function get ColumnSeparator () : ReportEnumProperty<ChartSeparators>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeparators>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace