EntityMetadata.ReportViewName 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 the name of the report view for the entity.
public:
property System::String ^ ReportViewName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string ReportViewName { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ReportViewName : string
Public ReadOnly Property ReportViewName As String
Property Value
The name of the report view for the entity..
- Attributes