Class ReportItem
Report detail item
Inheritance
System.Object
ReportItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ReportItem
Constructors
ReportItem()
Declaration
public ReportItem()
Properties
DisplayFolder
Folder where the report should show up in the UI
Declaration
public string DisplayFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCustom
Indicates if the report source is a custom reports folder
Declaration
public bool IsCustom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReportFolder
Folder on the SSRS server where the report is stored
Declaration
public string ReportFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportName
Unique Report Name
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportParameters
Declaration
[Obsolete("Not Used")]
public Dictionary<int, Dictionary<int, object>> ReportParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.Dictionary<System.Int32, System.Object>> |