Class ReportSubReportDefinition
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details for a sub report.
public class ReportSubReportDefinition : XMLobject<ReportEngine>
- Inheritance
-
ReportSubReportDefinition
- Inherited Members
- Extension Methods
Properties
ActivateRecordID
Gets/sets the record to activate (as string expression) when the form is opened.
public string ActivateRecordID { get; set; }
Property Value
BaseFilter
Gets/sets the base filter to apply when opening the form to show data for this report.
public string BaseFilter { get; set; }
Property Value
Caption
Gets/sets the caption.
public string Caption { get; set; }
Property Value
FormID
Gets/sets the SysFormID of the used to show data for a line in this report.
public int FormID { get; set; }
Property Value
OpenAsNewReport
Gets/sets if the report is to be opened as a new report instead of inline.
public bool OpenAsNewReport { get; set; }
Property Value
OpenFormCustomScript
Gets/sets a custom script to run after the form is opened.
public string OpenFormCustomScript { get; set; }
Property Value
OpenInListView
Gets sets if the form that is opened is initially shown in list view.
public bool OpenInListView { get; set; }
Property Value
ParentReportColumnGuid1
Gets/sets the guid of the column that links to the parameter 1.
public string ParentReportColumnGuid1 { get; set; }
Property Value
ParentReportColumnGuid2
Gets/sets the guid of the column that links to the parameter 2.
public string ParentReportColumnGuid2 { get; set; }
Property Value
ParentReportColumnGuid3
Gets/sets the guid of the column that links to the parameter 3.
public string ParentReportColumnGuid3 { get; set; }
Property Value
ParentReportColumnGuid4
Gets/sets the guid of the column that links to the parameter 4.
public string ParentReportColumnGuid4 { get; set; }
Property Value
ParentReportColumnGuid5
Gets/sets the guid of the column that links to the parameter 5.
public string ParentReportColumnGuid5 { get; set; }
Property Value
SubReportCaption
Gets/sets the sub-report caption.
public string SubReportCaption { get; set; }
Property Value
SubReportDescription
Gets/sets the sub-report description.
public string SubReportDescription { get; set; }
Property Value
SubReportFilterGuid
Gets sets guid of the filter to use for the sub report..
public string SubReportFilterGuid { get; set; }
Property Value
SubReportGuid
Gets/sets the guid to use as the sub report.
public string SubReportGuid { get; set; }
Property Value
SubReportParameterGuid1
Gets/sets the guid of the parameter 1 to use for the link between the report and the sub report.
public string SubReportParameterGuid1 { get; set; }
Property Value
SubReportParameterGuid2
Gets/sets the guid of the parameter 2 to use for the link between the report and the sub report.
public string SubReportParameterGuid2 { get; set; }
Property Value
SubReportParameterGuid3
Gets/sets the guid of the parameter 3 to use for the link between the report and the sub report.
public string SubReportParameterGuid3 { get; set; }
Property Value
SubReportParameterGuid4
Gets/sets the guid of the parameter 4 to use for the link between the report and the sub report.
public string SubReportParameterGuid4 { get; set; }
Property Value
SubReportParameterGuid5
Gets/sets the guid of the parameter 5 to use for the link between the report and the sub report.
public string SubReportParameterGuid5 { get; set; }
Property Value
SubReportType
Gets/sets the type of sub report. Use one of: 'SubReport', 'Form'
public string SubReportType { get; set; }