Propriété Separator
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
The type of the item separator.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Separator As ReportExpression(Of ChartLegendItemSeparatorTypes)
Get
Set
'Utilisation
Dim instance As ChartLegendCustomItem
Dim value As ReportExpression(Of ChartLegendItemSeparatorTypes)
value = instance.Separator
instance.Separator = value
public ReportExpression<ChartLegendItemSeparatorTypes> Separator { get; set; }
public:
property ReportExpression<ChartLegendItemSeparatorTypes> Separator {
ReportExpression<ChartLegendItemSeparatorTypes> get ();
void set (ReportExpression<ChartLegendItemSeparatorTypes> value);
}
member Separator : ReportExpression<ChartLegendItemSeparatorTypes> with get, set
function get Separator () : ReportExpression<ChartLegendItemSeparatorTypes>
function set Separator (value : ReportExpression<ChartLegendItemSeparatorTypes>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartLegendItemSeparatorTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Voir aussi