ReportItem.Style Property

Gets the style properties defined for the report item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Property Style As Style
    Get
    Set
'Usage
Dim instance As ReportItem
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.ReportRendering.Style
A Style object containing information about the style of a report item.