Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the ColumnSeparator property in a ChartLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnSeparator As ChartSeparators
Get
'Usage
Dim instance As ChartLegendInstance
Dim value As ChartSeparators
value = instance.ColumnSeparator
public ChartSeparators ColumnSeparator { get; }
public:
property ChartSeparators ColumnSeparator {
ChartSeparators get ();
}
member ColumnSeparator : ChartSeparators
function get ColumnSeparator () : ChartSeparators
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the ColumnSeparator property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace