Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2.7 KB

design-first-or-data-first-when-creating-in-reporting-services-mobile-reports.md

File metadata and controls

42 lines (26 loc) · 2.7 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom
Design first or data first when creating in Reporting Services mobile reports
Mobile Report Publisher supports data-first and design-first approaches to creating reports. Import all data first, or create a design, then import data.
kfollis
kfollis
09/25/2024
reporting-services
mobile-reports
conceptual
updatefrequency5

Design first or data first when creating in Reporting Services mobile reports

[!INCLUDE ssrs-mobile-report-deprecated]

With [!INCLUDEPRODUCT_NAME], you can quickly create mobile reports that scale well to any screen size, on a design surface with adjustable grid rows and columns, and flexible mobile report elements.

When creating mobile reports, you have your choice of two basic approaches: start with the data first, or start with the design first. [!INCLUDESS_MobileReptPub_Long] supports both.

Design first

The following diagram shows the components of the [!INCLUDESS_MobileReptPub_Long] layout view:

:::image type="content" source="../../reporting-services/mobile-reports/media/ss-mrp-layouttab.png" alt-text="Screenshot of the components of the mobile report.":::

In the design-first approach, you create a mobile report layout first without importing any data. This is a good way to create a mobile report when you are not sure if the data is formatted correctly. Without real data, gallery elements are automatically bound to generated simulated data, which you can export and use as a template to describe the required data.

Data first

The data-first approach is to import all required data first, then design the mobile report and set data properties on the mobile report elements. This has the advantage of allowing you to connect each element to real data when you add it to the layout. When using a data-first approach, be sure that your real data is formatted correctly for use with [!INCLUDESS_MobileReptPub_Long].

The following diagram shows all the components of the [!INCLUDESS_MobileReptPub_Long] data view:

:::image type="content" source="../../reporting-services/mobile-reports/media/ss-mrp-datatab.png" alt-text="DIagram of the components of the data view.":::

Related content