Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the type of the item separator.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Separator As ReportEnumProperty(Of ChartSeparators)
Get
'Usage
Dim instance As ChartLegendCustomItem
Dim value As ReportEnumProperty(Of ChartSeparators)
value = instance.Separator
public ReportEnumProperty<ChartSeparators> Separator { get; }
public:
property ReportEnumProperty<ChartSeparators>^ Separator {
ReportEnumProperty<ChartSeparators>^ get ();
}
member Separator : ReportEnumProperty<ChartSeparators>
function get Separator () : ReportEnumProperty<ChartSeparators>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeparators>
An ReportEnumProperty<EnumType> object that represents the type of the item separator.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace