Table of Contents

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

string

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

string

Caption

Gets/sets the caption.

public string Caption { get; set; }

Property Value

string

FormID

Gets/sets the SysFormID of the used to show data for a line in this report.

public int FormID { get; set; }

Property Value

int

OpenAsNewReport

Gets/sets if the report is to be opened as a new report instead of inline.

public bool OpenAsNewReport { get; set; }

Property Value

bool

OpenFormCustomScript

Gets/sets a custom script to run after the form is opened.

public string OpenFormCustomScript { get; set; }

Property Value

string

OpenInListView

Gets sets if the form that is opened is initially shown in list view.

public bool OpenInListView { get; set; }

Property Value

bool

ParentReportColumnGuid1

Gets/sets the guid of the column that links to the parameter 1.

public string ParentReportColumnGuid1 { get; set; }

Property Value

string

ParentReportColumnGuid2

Gets/sets the guid of the column that links to the parameter 2.

public string ParentReportColumnGuid2 { get; set; }

Property Value

string

ParentReportColumnGuid3

Gets/sets the guid of the column that links to the parameter 3.

public string ParentReportColumnGuid3 { get; set; }

Property Value

string

ParentReportColumnGuid4

Gets/sets the guid of the column that links to the parameter 4.

public string ParentReportColumnGuid4 { get; set; }

Property Value

string

ParentReportColumnGuid5

Gets/sets the guid of the column that links to the parameter 5.

public string ParentReportColumnGuid5 { get; set; }

Property Value

string

SubReportCaption

Gets/sets the sub-report caption.

public string SubReportCaption { get; set; }

Property Value

string

SubReportDescription

Gets/sets the sub-report description.

public string SubReportDescription { get; set; }

Property Value

string

SubReportFilterGuid

Gets sets guid of the filter to use for the sub report..

public string SubReportFilterGuid { get; set; }

Property Value

string

SubReportGuid

Gets/sets the guid to use as the sub report.

public string SubReportGuid { get; set; }

Property Value

string

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

string

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

string

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

string

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

string

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

string

SubReportType

Gets/sets the type of sub report. Use one of: 'SubReport', 'Form'

public string SubReportType { get; set; }

Property Value

string