Class DrillThroughReportModelEventArgs
Inheritance
System.Object
DrillThroughReportModelEventArgs
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: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class DrillThroughReportModelEventArgs
Constructors
DrillThroughReportModelEventArgs()
Declaration
public DrillThroughReportModelEventArgs()
Properties
Cancel
Gets or sets a boolean value that indicates whether the drill through event is cancel or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It set to true if drill through event is occur; otherwise, false. |
DataSources
Gets or sets the collection of data sources used in the report.
Declaration
public ReportDataSourceCollection DataSources { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.Web.ReportDataSourceCollection | Contains a list of data sources for the specified RDL report. |
Parameters
Declaration
public object Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ReportPath
Gets or sets the local file path or report server path of the report.
Declaration
public string ReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing the path to load the report. |
ReportStream
Loads a report definition from the local file system using a Stream.
Declaration
public Stream ReportStream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream | A Stream Containing the file path to load the report. |