Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ChartDataPoint
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.