Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 53b9a17

Browse files
Merge pull request #9695 from v-kents/sql2014-bookmarks-batch02
clean up broken bookmark suggestions
2 parents 4f85341 + eb32d21 commit 53b9a17

10 files changed

Lines changed: 57 additions & 209 deletions

docs/2014/reporting-services/report-builder/exporting-to-xml-report-builder-and-ssrs.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ manager: kfile
4848

4949
- `Images, lines, and custom report items` are ignored.
5050

51-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
52-
5351
## <a name="DataTypes"></a> Data Types
5452
The text box element or attribute is assigned an XSD data type based on the values that the text box displays.
5553

@@ -65,8 +63,6 @@ manager: kfile
6563
|`String`, `Char`|**xsd:string**|
6664
|Other|**xsd:string**|
6765

68-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
69-
7066
## <a name="XMLSpecificRenderingRules"></a> XML-Specific Rendering Rules
7167
The following sections describe how the XML rendering extensions interprets the items within the report.
7268

@@ -110,8 +106,6 @@ manager: kfile
110106
### Lines
111107
Lines are not rendered.
112108

113-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
114-
115109
### Tables, Matrices, and Lists
116110
Tables, matrices, and lists, are rendered as an element. The name of the element comes from the Tablix DataElementName RDL property.
117111

@@ -149,27 +143,19 @@ manager: kfile
149143

150144
If the DataElementOutput property value equals Output, a repeating item's header is rendered as a child of the detail element.
151145

152-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
153-
154146
## <a name="CustomFormatsXSLTransformations"></a> Custom Formats and XSL Transformations
155147
XML files produced by the XML rendering extension can be transformed into almost any format using XSL Transformations (XSLT). This functionality can be used to produce data in formats not already supported by existing rendering extensions. Consider using the XML rendering extension and XSLT before attempting to create your own rendering extension.
156148

157-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
158-
159149
## <a name="DuplicateName"></a> Duplicate Names
160150
If there are duplicate data element names within the same scope, the renderer displays an error message.
161151

162-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
163-
164152
## <a name="XSLTTransformations"></a> XSLT Transformations
165153
The XML renderer can apply a server-side XSLT transformation to the original XML data. When an XSLT is applied, the renderer outputs the transformed content instead of the original XML data. The transformation occurs on the server, not on the client.
166154

167155
The XSLT to apply to the output is defined either in the report definition file with the DataTransform property of the report or with the XSLT *DeviceInfo* parameter. If either of these values are set, the transform occurs each time the XML renderer is used. When using subscriptions, the XSLT must be defined in the RDL DataTransform property.
168156

169157
If an XSLT file is specified, by both the DataTransform definition property and the device information setting, the XSLT specified in DataTransform occurs first, followed by the XSLT set by the device information settings.
170158

171-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
172-
173159
### <a name="DeviceInfo"></a> Device Information Settings
174160
You can change some default settings for this renderer by changing the device information settings, including the following:
175161

@@ -189,13 +175,9 @@ manager: kfile
189175

190176
For more information, see [XML Device Information Settings](../xml-device-information-settings.md).
191177

192-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
193-
194178
## See Also
195179
[Pagination in Reporting Services &#40;Report Builder and SSRS&#41;](../report-design/pagination-in-reporting-services-report-builder-and-ssrs.md)
196180
[Rendering Behaviors &#40;Report Builder and SSRS&#41;](../report-design/rendering-behaviors-report-builder-and-ssrs.md)
197181
[Interactive Functionality for Different Report Rendering Extensions &#40;Report Builder and SSRS&#41;](interactive-functionality-different-report-rendering-extensions.md)
198182
[Rendering Report Items &#40;Report Builder and SSRS&#41;](../report-design/rendering-report-items-report-builder-and-ssrs.md)
199183
[Tables, Matrices, and Lists &#40;Report Builder and SSRS&#41;](../report-design/create-invoices-and-forms-with-lists-report-builder-and-ssrs.md)
200-
201-

docs/2014/reporting-services/report-builder/rendering-to-html-report-builder-and-ssrs.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ manager: kfile
2929
## <a name="RenderingMHTML"></a> Rendering in MHTML
3030
The HTML rendering extension can also render reports in MHTML (MIME Encapsulation of Aggregate HTML Documents). MHTML extends HTML to embed encoded objects, such as images, in the HTML document. Using the MHTML rendering extension, you can embed resources such as images, documents, or other binary files as MIME structures within the report HTML, into a single file. MHTML reports are also useful for embedding within e-mail messages because all resources are included with the report. Although it is actually the HTML rendering extension that renders MHTML, this functionality may also be referred to as the MHTML rendering extension.
3131

32-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
33-
3432
## <a name="BrowserSupport"></a> Browser Support
3533
This rendering extension supports the following browser versions:
3634

@@ -42,8 +40,6 @@ manager: kfile
4240

4341
Due to cross browser considerations, the rendered report may vary slightly from browser to browser. For example, the text box contains a property called WritingMode. This property is not supported in Firefox.
4442

45-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
46-
4743
## <a name="HTMLSpecificRenderingRules"></a> HTML-Specific Rendering Rules
4844
The following HTML-specific rules are applied when rendering:
4945

@@ -61,8 +57,6 @@ manager: kfile
6157

6258
- All coordinates and report item sizes are converted to millimeters. All other sizes, including style properties, retain their original units. Size and position differences smaller than .2mm are treated as 0mm.
6359

64-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
65-
6660
## <a name="Interactivity"></a> Interactivity
6761
Some interactive elements are supported in HTML. The following is a description of specific behaviors.
6862

@@ -86,18 +80,12 @@ manager: kfile
8680

8781
Additional search and find functionality is provided by the ReportViewer Web Forms control.
8882

89-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
90-
9183
## <a name="DeviceInfo"></a> Device Information Settings
9284
You can change some default settings for this renderer, including which mode to render in, by changing the device information settings. For more information, see [HTML Device Information Settings](../html-device-information-settings.md).
93-
94-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
95-
85+
9686
## See Also
9787
[Pagination in Reporting Services &#40;Report Builder and SSRS&#41;](../report-design/pagination-in-reporting-services-report-builder-and-ssrs.md)
9888
[Rendering Behaviors &#40;Report Builder and SSRS&#41;](../report-design/rendering-behaviors-report-builder-and-ssrs.md)
9989
[Interactive Functionality for Different Report Rendering Extensions &#40;Report Builder and SSRS&#41;](interactive-functionality-different-report-rendering-extensions.md)
10090
[Rendering Report Items &#40;Report Builder and SSRS&#41;](../report-design/rendering-report-items-report-builder-and-ssrs.md)
10191
[Tables, Matrices, and Lists &#40;Report Builder and SSRS&#41;](../report-design/create-invoices-and-forms-with-lists-report-builder-and-ssrs.md)
102-
103-

docs/2014/reporting-services/report-data/report-datasets-ssrs.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ manager: kfile
7171
- [Report Parts &#40;Report Builder and SSRS&#41;](../report-parts-report-builder-and-ssrs.md)
7272

7373
- [Filter, Group, and Sort Data &#40;Report Builder and SSRS&#41;](../report-design/filter-group-and-sort-data-report-builder-and-ssrs.md)
74-
75-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
76-
74+
7775
## <a name="QuickStart"></a> Adding Data with Report Parts
7876
Report parts contain the datasets that they depend on. These datasets are built on shared data sources that are available on the report server. In Report Builder, when you add a report part to your report, the dependent datasets are added to your report, just as if you had added them manually. For example, a predefined chart contains a dataset. To see the data, preview the report.
7977

@@ -83,9 +81,7 @@ manager: kfile
8381
Report parts, shared data sources, and shared datasets are defined in advance and saved on a report server. To access them, you must open Report Builder in server mode by connecting to the report server. You can use these to create new versions of your own if you have write permissions to the report server.
8482

8583
- For more information, see [Report Parts &#40;Report Builder and SSRS&#41;](../report-parts-report-builder-and-ssrs.md) and [Report Parts in Report Designer &#40;SSRS&#41;](../report-design/report-parts-in-report-designer-ssrs.md).
86-
87-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
88-
84+
8985
## <a name="Queries"></a> Queries and Query Designers
9086
To specify which data you want from a data source, you build a query command. Each data source type provides a related *query designer* to help you build the query. The query designer can be graphical or text-based. In a graphical query designer, you view metadata that represents the data on the external data source and interactively build a query by dragging fields or entities to the query design surface. In a text-based query designer, you write or import queries in the query syntax that is supported by the external data source.
9187

@@ -94,9 +90,7 @@ manager: kfile
9490
To run a query, you must have design time credentials. For more information, see [Specify Credentials in Report Builder](../specify-credentials-in-report-builder.md) and [Data Connections, Data Sources, and Connection Strings in Reporting Services](../data-connections-data-sources-and-connection-strings-in-reporting-services.md).
9591

9692
Communication between a data extension and the external data source is handled by data providers. Support for query command syntax, query parameters, and data types for values in the result set is determined by each data provider. For more information, see the topic for the specific type of data extension and [Query Designers &#40;Report Builder&#41;](../query-designers-report-builder.md).
97-
98-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
99-
93+
10094
## <a name="HowTo"></a> How-To Topics
10195
[Add and Verify a Data Connection or Data Source &#40;Report Builder and SSRS&#41;](add-and-verify-a-data-connection-report-builder-and-ssrs.md)
10296

@@ -115,9 +109,7 @@ manager: kfile
115109
[Associate a Query Parameter with a Report Parameter &#40;Report Builder and SSRS&#41;](associate-a-query-parameter-with-a-report-parameter-report-builder-and-ssrs.md)
116110

117111
[Define Parameters in the MDX Query Designer for Analysis Services &#40;Report Builder and SSRS&#41;](define-parameters-in-the-mdx-query-designer-for-analysis-services.md)
118-
119-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
120-
112+
121113
## <a name="Section"></a> In This Section
122114
[Report Parts and Datasets in Report Builder](report-parts-and-datasets-in-report-builder.md)
123115

@@ -128,11 +120,7 @@ manager: kfile
128120
[Report Embedded Datasets and Shared Datasets &#40;Report Builder and SSRS&#41;](report-embedded-datasets-and-shared-datasets-report-builder-and-ssrs.md)
129121

130122
[Dataset Fields Collection &#40;Report Builder and SSRS&#41;](dataset-fields-collection-report-builder-and-ssrs.md)
131-
132-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
133-
123+
134124
## See Also
135125
[Report Design View &#40;Report Builder&#41;](../report-builder/report-design-view-report-builder.md)
136126
[Report Authoring Concepts &#40;Report Builder and SSRS&#41;](../report-design/report-authoring-concepts-report-builder-and-ssrs.md)
137-
138-

docs/2014/reporting-services/report-data/sql-server-parallel-data-warehouse-connection-type-ssrs.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ HOST=<IP address>; database= CustomerSales; port=<port>
4848
- No credentials are required. To use this option, you must have the unattended execution account configured on the report server. For more information, see [Configure the Unattended Execution Account &#40;SSRS Configuration Manager&#41;](../install-windows/configure-the-unattended-execution-account-ssrs-configuration-manager.md) in the [Reporting Services documentation](https://go.microsoft.com/fwlink/?linkid=121312) in on msdn.microsoft.com.
4949

5050
For more information, see [Data Connections, Data Sources, and Connection Strings in Reporting Services](../data-connections-data-sources-and-connection-strings-in-reporting-services.md) or [Specify Credentials in Report Builder](../specify-credentials-in-report-builder.md).
51-
52-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
53-
51+
5452
## <a name="Query"></a> Queries
5553
A query specifies which data to retrieve for a report dataset.
5654

@@ -101,9 +99,7 @@ WHERE HumanResources.Employee.JobTitle = 'Marketing Assistant'
10199
`WHERE HumanResources.Employee.JobTitle = (@JobTitle)`
102100

103101
When you run the query, report parameters that correspond to query parameters are automatically created. For more information, see [Query Parameters](#Parameters) later in this topic.
104-
105-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
106-
102+
107103
## <a name="Parameters"></a> Parameters
108104
When query text contains query variables or stored procedures that have input parameters, the corresponding query parameters for the dataset and report parameters for the report are automatically generated. The query text must not include the DECLARE statement for each query variable.
109105

@@ -116,16 +112,12 @@ WHERE EmployeeID = (@EmpID)
116112
```
117113

118114
By default, each report parameter has data type Text and an automatically created dataset to provide a drop-down list of available values. After the report parameters are created, you might have to change default values. For more information, see [Report Parameters &#40;Report Builder and Report Designer&#41;](../report-design/report-parameters-report-builder-and-report-designer.md).
119-
120-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
121-
115+
122116
## <a name="Remarks"></a> Remarks
123117

124118
###### Platform and Version Information
125119
For more information about platform and version support, see [Data Sources Supported by Reporting Services &#40;SSRS&#41;](../create-deploy-and-manage-mobile-and-paginated-reports.md) in the [!INCLUDE[ssRSnoversion](../../../includes/ssrsnoversion-md.md)] documentation in [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] [Books Online](https://go.microsoft.com/fwlink/?linkid=121312).
126-
127-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
128-
120+
129121
## <a name="HowTo"></a> How-To Topics
130122
This section contains step-by-step instructions for working with data connections, data sources, and datasets.
131123

@@ -134,9 +126,7 @@ WHERE EmployeeID = (@EmpID)
134126
[Create a Shared Dataset or Embedded Dataset &#40;Report Builder and SSRS&#41;](create-a-shared-dataset-or-embedded-dataset-report-builder-and-ssrs.md)
135127

136128
[Add a Filter to a Dataset &#40;Report Builder and SSRS&#41;](add-a-filter-to-a-dataset-report-builder-and-ssrs.md)
137-
138-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
139-
129+
140130
## <a name="Related"></a> Related Sections
141131
These sections of the documentation provide in-depth conceptual information about report data, and procedural information about how to define, customize, and use parts of a report that are related to data.
142132

@@ -154,12 +144,8 @@ WHERE EmployeeID = (@EmpID)
154144

155145
[Data Sources Supported by Reporting Services &#40;SSRS&#41;](../create-deploy-and-manage-mobile-and-paginated-reports.md) in the [!INCLUDE[ssRSnoversion](../../../includes/ssrsnoversion-md.md)] documentation in [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] [Books Online](https://go.microsoft.com/fwlink/?linkid=121312).
156146
Provides in-depth information about platform and version support for each data extension.
157-
158-
![Arrow icon used with Back to Top link](../../2014-toc/media/uparrow16x16.gif "Arrow icon used with Back to Top link") [Back to Top](#BackToTop)
159-
147+
160148
## See Also
161149
[Report Parameters &#40;Report Builder and Report Designer&#41;](../report-design/report-parameters-report-builder-and-report-designer.md)
162150
[Filter, Group, and Sort Data &#40;Report Builder and SSRS&#41;](../report-design/filter-group-and-sort-data-report-builder-and-ssrs.md)
163151
[Expressions &#40;Report Builder and SSRS&#41;](../report-design/expressions-report-builder-and-ssrs.md)
164-
165-

0 commit comments

Comments
 (0)