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.
Gets the calculated value of the Separator property in a ChartLegendCustomItem class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Separator As ChartSeparators
Get
'Usage
Dim instance As ChartLegendCustomItemInstance
Dim value As ChartSeparators
value = instance.Separator
public ChartSeparators Separator { get; }
public:
property ChartSeparators Separator {
ChartSeparators get ();
}
member Separator : ChartSeparators
function get Separator () : ChartSeparators
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the Separator property.
See Also
Reference
ChartLegendCustomItemInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace