SetReportRelatedRequest.Visibility Property

Definition

Gets or sets an array of report visibility codes. Required.

public:
 property cli::array <int> ^ Visibility { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
public int[] Visibility { get; set; }
member this.Visibility : int[] with get, set
Public Property Visibility As Integer()

Property Value

Int32[]

The array of report visibility codes.

Remarks

The Visibility property value is used to set the ReportVisibility.VisibilityCode attribute.

Applies to