Udostępnij za pośrednictwem


ChartLegendCustomItem.Style Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The style of the item separator.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Style As Style 
    Get 
    Set
'Usage
Dim instance As ChartLegendCustomItem 
Dim value As Style 

value = instance.Style

instance.Style = value
public Style Style { get; set; }
public:
property Style^ Style {
    Style^ get ();
    void set (Style^ value);
}
member Style : Style with get, set
function get Style () : Style 
function set Style (value : Style)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.Style
A Style object.

See Also

Reference

ChartLegendCustomItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace