ReportItem.Style Property

Definition

Gets or sets the style properties defined for the report item.

public:
 property Microsoft::ReportingServices::ReportRendering::Style ^ Style { Microsoft::ReportingServices::ReportRendering::Style ^ get(); void set(Microsoft::ReportingServices::ReportRendering::Style ^ value); };
public Microsoft.ReportingServices.ReportRendering.Style Style { get; set; }
member this.Style : Microsoft.ReportingServices.ReportRendering.Style with get, set
Public Property Style As Style

Property Value

A Style object containing information about the style of a report item.

Applies to