ChartSeries.Style Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the style properties of this report definition object.
public:
property Microsoft::ReportingServices::RdlObjectModel::EmptyColorStyle ^ Style { Microsoft::ReportingServices::RdlObjectModel::EmptyColorStyle ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::EmptyColorStyle ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.EmptyColorStyle Style { get; set; }
member this.Style : Microsoft.ReportingServices.RdlObjectModel.EmptyColorStyle with get, set
Public Property Style As EmptyColorStyle
Property Value
An EmptyColorStyle object.