Share via


ChartSeries.Style Property

Gets the style properties of this report definition object.

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

Syntax

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

value = instance.Style

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

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.EmptyColorStyle
An EmptyColorStyle object.

See Also

Reference

ChartSeries Class

Microsoft.ReportingServices.RdlObjectModel Namespace