ModelDrillthroughReport Class

Definition

Provides information about a model drillthrough report.

public ref class ModelDrillthroughReport
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ModelDrillthroughReport
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ModelDrillthroughReport = class
Public Class ModelDrillthroughReport
Inheritance
ModelDrillthroughReport
Attributes

Remarks

Provides a report to use when a user follows a drillthrough in a model.

Users who do not have permission to view and execute the supplied drillthrough report will be directed to the default dynamically generated clickthrough report.

Constructors

ModelDrillthroughReport()

Initializes a new instance of the ModelDrillthroughReport class.

Properties

Path

Gets or sets the full path of the model drillthrough report.

Type

Gets or sets the model drillthrough report type - Detail or List.

Applies to

See also