IAdmPinnedReport
The IAdmPinnedReport interface provides information about a pinned report.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
DisplayName
-
Gets or sets an optional display name of the pinned report.
-
Report
-
Gets or sets the pinned report.
-
ReportArguments
-
Gets or sets optional arguments for generation of the pinned report.
-
ObjectGuid
-
Gets the GUID of the pinned report object.
-
WhenCreated
-
Gets the UTC date and time when the report was pinned.
Details
DisplayName
Gets or sets an optional display name of the pinned report.
- Type:
- string
- Access:
- Read/Write
Report
Gets or sets the pinned report.
- Type:
- IAdmReport
- Access:
- Read/Write
ReportArguments
Gets or sets optional arguments for generation of the pinned report.
- Type:
- IAdmReportArguments
- Access:
- Read/Write
ObjectGuid
Gets the GUID of the pinned report object.
- Type:
- Byte[]
- Access:
- Read-only
WhenCreated
Gets the UTC date and time when the report was pinned.
- Type:
- DateTime
- Access:
- Read-only
Requirements
Minimum required version: 2018.1