Name | Description | |
---|---|---|
Map Constructor | Initializes a new instance of the Map class. |
The following tables list the members exposed by Map.
Name | Description | |
---|---|---|
Map Constructor | Initializes a new instance of the Map class. |
Name | Description | |
---|---|---|
ActualRightToLeft | Gets the actual right-to-left value that is being used. If the field's own RightToLeft is not null, that value is returned. Otherwise the ActualRightToLeft defined on the report is returned. (Inherited from C1.C1Report.Field) | |
Align | Gets or sets how text is aligned within the field. (Inherited from C1.C1Report.Field) | |
Anchor | Gets or sets the field's vertical position relative to its containing Section. (Inherited from C1.C1Report.Field) | |
AutoCenter | Gets or sets a value indicating whether to automatically center the map around the spatial data. Note that setting this property to false effectively turns off AutoZoom.
The default is true. | |
AutoZoom | Gets or sets a value indicating whether the map should automatically zoom in to just include all spatial data. Ignored (considered to be false) if AutoCenter is false.
The default is true. | |
AutoZoomPadLat | Gets or sets auto zoom latitude padding, in percent relative to the viewport height.
The default is 10%. | |
AutoZoomPadLon | Gets or sets auto zoom longitude padding, in percent relative to the viewport width.
The default is 10%. | |
BackColor | Gets or sets the field's background color. (Inherited from C1.C1Report.Field) | |
BarCode | Allows fields to be rendered in barcode format. (Inherited from C1.C1Report.Field) | |
BarcodeOptions | TBD: Gets BarcodeOptions object which allows to define additional options for barcode rendering. (Inherited from C1.C1Report.Field) | |
BorderColor | Gets or sets the field's border color. (Inherited from C1.C1Report.Field) | |
BorderStyle | Gets or sets the field's border style. (Inherited from C1.C1Report.Field) | |
Bounds | Gets or sets the field's size and location within the section, in twips. (Inherited from C1.C1Report.Field) | |
Calculated | Specifies whether the Text property should be interpreted as a literal value or as a calculated expression. (Inherited from C1.C1Report.Field) | |
CanGrow | Specifies whether the field height should be automatically increased to fit the field's contents. (Inherited from C1.C1Report.Field) | |
CanShrink | Specifies whether the field height should be automatically reduced to fit the field's contents. (Inherited from C1.C1Report.Field) | |
CenterLatitude | Gets or sets the map center latitude. Ignored if AutoCenter is true. | |
CenterLongitude | Gets or sets the map center longitude. Ignored if AutoCenter is true. | |
CheckBox | Specifies whether the field should be displayed as a checkbox. (Inherited from C1.C1Report.Field) | |
Font | Gets or sets the field's font. (Inherited from C1.C1Report.Field) | |
ForcePageBreak | Specifies whether to insert page breaks before or after the field. (Inherited from C1.C1Report.Field) | |
ForeColor | Gets or sets the field's foreground color. (Inherited from C1.C1Report.Field) | |
Format | Gets or sets a string used to format the field value. (Inherited from C1.C1Report.Field) | |
GeoCachePath | Gets or sets the path to the file used to cache spatial coordinates (longitude/latitude) specified as MapLocation rather than actual Longitude/Latitude values. The coordinates in such cases are retrieved using an online service such as Google, and caching them significantly imporoves performance when the same location is encountered multiple times.
The path is relative to the application startup path. The default is "geocache.xml". Clear this value to disable caching (not recommended). | |
Height | Gets or sets the height of the field in twips. (Inherited from C1.C1Report.Field) | |
HideDuplicates | Specifies whether duplicate values in consecutive records should be suppressed. (Inherited from C1.C1Report.Field) | |
Index | Returns the position of the field in the parent report's C1.C1Report.C1Report.Fields collection. (Inherited from C1.C1Report.Field) | |
KeepTogether | Specifies whether the field should be kept together on a page. (Inherited from C1.C1Report.Field) | |
KmlItemStyles | Gets the collection of styles used to render KML/KMZ items on the map. Styles allow KML items in different layers or even in different maps to use common visual properties.
Note that the set accessor is only for deserialization, and should not be used directly. | |
Layers | Gets the collection of layers containing markers, lines and KML data rendered on the map.
Note that the set accessor is only for deserialization, and should not be used directly. | |
Left | Gets or sets the x-coordinate of the field's left edge in twips. (Inherited from C1.C1Report.Field) | |
Legends | Gets the collection of legends rendered on the map. Legends may represent layers or arbitrary information (such as captions).
Note that the set accessor is only for deserialization, and should not be used directly. | |
LineSlant | Specifies whether a line should be drawn across the field (as opposed to a box around the field). (Inherited from C1.C1Report.Field) | |
LineSpacing | Gets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing.
Note that this property is ignored if RTF is true. (Inherited from C1.C1Report.Field) | |
LineStyles | Gets the collection of styles used to render lines on the map. Styles allow lines in different layers or even in different maps to use common visual properties.
Note that the set accessor is only for deserialization, and should not be used directly. | |
LineWidth | Gets or sets the width of the field's border or line. (Inherited from C1.C1Report.Field) | |
LinkTarget | Gets or sets an expression that evaluates to a URL to be visited when the field is clicked. (Inherited from C1.C1Report.Field) | |
LinkValue | Returns the value of the LinkTarget expression. (Inherited from C1.C1Report.Field) | |
Location | Gets or sets the field's location within the section, in twips. (Inherited from C1.C1Report.Field) | |
MarginBottom | Gets or sets the spacing between the bottom edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginLeft | Gets or sets the spacing between the left edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginRight | Gets or sets the spacing between the right edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginTop | Gets or sets the spacing between the top edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarkerStyles | Gets the collection of styles used to render markers on the map. Styles allow markers in different layers or even in different maps to use common visual properties.
Note that the set accessor is only for deserialization, and should not be used directly. | |
MaxAutoZoom | Gets or sets the maximum zoom level value for auto zooming. Valid values are from 0 to 20. 0 (the default) disables auto zoom limiting. | |
Name | Gets or sets the field name. (Inherited from C1.C1Report.Field) | |
ParentReport | Gets the C1.C1Report.C1Report that contains this field. (Inherited from C1.C1Report.Field) | |
ParentSection | Gets the Section that contains this field. (Inherited from C1.C1Report.Field) | |
Picture | Gets or sets a picture to display on the field. (Inherited from C1.C1Report.Field) | |
PictureAlign | Gets or sets how field pictures should be the aligned. (Inherited from C1.C1Report.Field) | |
PictureScale | Gets or sets how images should be the scaled to fit within the field area. (Inherited from C1.C1Report.Field) | |
RenderHeight | Gets the height of the field in twips after the CanGrow and CanShrink properties have been applied to the field. (Inherited from C1.C1Report.Field) | |
RenderTop | Gets the y-coordinate of the field's top edge in twips after the CanGrow and CanShrink properties have been applied to the containing Section. (Inherited from C1.C1Report.Field) | |
RightToLeft | Gets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property RightToLeft defined on the report is used. (Inherited from C1.C1Report.Field) | |
RoundAutoZoom | Gets or sets a value indicating whether to round automatically calculated zoom levels down to next integer.
The default is true. | |
RTF | Specifies whether the field should render string enclosed in curly brackets as RTF. (Inherited from C1.C1Report.Field) | |
RunningSum | Specifies whether to show a running sum for the field. (Inherited from C1.C1Report.Field) | |
Section | Gets or sets the section to which the field belongs. (Inherited from C1.C1Report.Field) | |
Shape | Gets or sets an instance of the C1.C1Report.ShapeBase-derived class specifying properties of the geometric shape drawn by this field (if ShapeType is not None). (Inherited from C1.C1Report.Field) | |
ShapeType | Gets or sets the type of geometric shape drawn by the current field.
The default is None. (Inherited from C1.C1Report.Field) | |
ShowPanTool | Gets or sets a value indicating whether to show the pan tool.
The default is false. | |
ShowScale | Gets or sets a value indicating whether to show the map scale.
The default is true. | |
ShowZoomTool | Gets or sets a value indicating whether to show the zoom scale.
The default is false. | |
Size | Gets or sets the field's size, in twips. (Inherited from C1.C1Report.Field) | |
Subreport | Gets or sets a reference to another report to be rendered within the field (a subreport). (Inherited from C1.C1Report.Field) | |
SubreportHasData | Returns whether a subreport has data and suppresses rendering if it doesn't. (Inherited from C1.C1Report.Field) | |
Tag | Gets or sets extra data needed by the calling program. (Inherited from C1.C1Report.Field) | |
TargetDpi | Gets or sets the target image resolution (dpi).
The default is 200 dpi. | |
Text | Gets or sets the field's text. (Inherited from C1.C1Report.Field) | |
TextAngle | Gets or sets the angle of text rotation within the field (including barcodes). (Inherited from C1.C1Report.Field) | |
TextDirection | Gets or sets the direction of text within the field. (Inherited from C1.C1Report.Field) | |
TileSource | Gets or sets the map tile source. | |
ToolsColor | Gets or sets the background color of the map scale and other tools. | |
Top | Gets or sets the y-coordinate of the field's top edge in twips. (Inherited from C1.C1Report.Field) | |
Value | Gets or sets the field's calculated value. (Inherited from C1.C1Report.Field) | |
Visible | Specifies whether the C1.C1Report.Field will be rendered in the report. (Inherited from C1.C1Report.Field) | |
Width | Gets or sets the width of the field in twips. (Inherited from C1.C1Report.Field) | |
WordWrap | Specifies whether the field's contents should be allowed to wrap within the field rectangle. (Inherited from C1.C1Report.Field) | |
ZoomLevel | Gets or sets the zoom level value. 0 is no zoom, 1 - x2 zoom and so on. Valid values are from 0 to 20.
The default is 0. Ignored if AutoZoom is true. | |
ZOrder | Gets or sets the ZOrder for the field. (Inherited from C1.C1Report.Field) |
Name | Description | |
---|---|---|
Clone | Overridden. Overridden to clone the inner objects. | |
SetZOrder | Brings a field to the front or sends it to the back of the ZOrder. (Inherited from C1.C1Report.Field) | |
ToString | Returns a description of the field (name, location, size). (Inherited from C1.C1Report.Field) |
Name | Description | |
---|---|---|
GetRenderContent | Overridden. Assigns the map image that will be rendered by the field. | |
Load | Overridden. Overridden. Loads map specific collections. | |
Save | Overridden. Overridden. Saves map specific collections. |
Name | Description | |
---|---|---|
LayersChanged | Fired when the Layers collection is set. |