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.
Gets an expression that evaluates to the type of separator to use for the legend header.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property HeaderSeparator As ReportEnumProperty(Of ChartSeparators)
Get
'Usage
Dim instance As ChartLegend
Dim value As ReportEnumProperty(Of ChartSeparators)
value = instance.HeaderSeparator
public ReportEnumProperty<ChartSeparators> HeaderSeparator { get; }
public:
property ReportEnumProperty<ChartSeparators>^ HeaderSeparator {
ReportEnumProperty<ChartSeparators>^ get ();
}
member HeaderSeparator : ReportEnumProperty<ChartSeparators>
function get HeaderSeparator () : ReportEnumProperty<ChartSeparators>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeparators>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace