Class ReportInfo
Represents a Report on the server
Inheritance
System.Object
ReportInfo
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: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public class ReportInfo
Constructors
ReportInfo()
Declaration
public ReportInfo()
Properties
Description
The description of the Report, if any.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Remarks
The description of the Report is attached through the System.ComponentModel.DescriptionAttribute.
FullName
The System.Type.AssemblyQualifiedName of the Report class.
Declaration
public string FullName { get; set; }
Property Value
System.String
|
Name
The System.Type.Name of the Report class.
Declaration
public string Name { get; set; }
Property Value
System.String
|