Constructor ReportEnum
ReportEnum(ReportDocument.ReportEnumList, guid, String, String, Orientation, DevMLString, ReportingSoftware)
Dieser Konstruktor wird im generierten Code verwendet.
Declaration
[DocfxBrowsable]
public ReportEnum(ReportDocument.ReportEnumList enumList, guid id, string reportName, string crystalFileName, Orientation orientation, DevMLString mlCaption, ReportingSoftware software)
Parameters
enumList
FrameworkSystems.FrameworkBase.Reporting.ReportDocument.ReportEnumList
id
guid
reportName
System.String
crystalFileName
System.String
orientation
Orientation
mlCaption
DevMLString
software
ReportingSoftware
ReportEnum(guid, String, Byte[], String, Nullable<ReportingSoftware>)
Erzeugt eine individuelle Report-Definition.
Declaration
[DocfxBrowsable]
public ReportEnum(guid id, string reportName, byte[] reportBytes, string caption, ReportingSoftware? software = default(ReportingSoftware? ))
Parameters
reportName
System.String
Name des Reports. Dieser wird als Dateiname verwendet.
Ungültige Zeichen werden durch '_'
ersetzt.
Wird kein Name übergeben, dann wird die ID als Name verwendet.
reportBytes
System.Byte[]
Die Definition einer Layout-Datei der angegebenen ReportingSoftware im binär-Format.
caption
System.String
Eine zusätzliche Bezeichnung des Enums für die Oberfläche.
software
System.Nullable<ReportingSoftware>
(optional) Eine Angabe, in welchem Format die reportBytes
sind.
ReportEnum(guid, String, Byte[], String, Orientation, Nullable<ReportingSoftware>)
Erzeugt eine individuelle Report-Definition.
Declaration
[DocfxBrowsable]
public ReportEnum(guid id, string reportName, byte[] reportBytes, string caption, Orientation orientation, ReportingSoftware? software = default(ReportingSoftware? ))
Parameters
reportName
System.String
Name des Reports. Dieser wird als Dateiname verwendet.
Ungültige Zeichen werden durch '_'
ersetzt.
Wird kein Name übergeben, dann wird die ID als Name verwendet.
reportBytes
System.Byte[]
Die Definition einer Layout-Datei der angegebenen ReportingSoftware im binär-Format.
caption
System.String
Eine zusätzliche Bezeichnung des Enums für die Oberfläche.
software
System.Nullable<ReportingSoftware>
(optional) Eine Angabe, in welchem Format die reportBytes
sind.
Wird keine ReportingSoftware angegeben, dann wird der Wert aus den reportBytes
ermittelt.