SetReportRelatedRequest.Categories 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 or sets an array of report category codes. Required.
public:
property cli::array <int> ^ Categories { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
public int[] Categories { get; set; }
member this.Categories : int[] with get, set
Public Property Categories As Integer()
Property Value
Int32[]
The array of report category codes.
Remarks
The Categories property value is used to set the Report Related Category (ReportCategory) table CategoryCode column. The report category codes determine in which report categories the report is shown.
Report Category Code | Value |
---|---|
Sales | 1 |
Service | 2 |
Marketing | 3 |
Administrative | 4 |